type property

Implementation

PolyBLEPType get type => PolyBLEPType.values[LabSound().PolyBLEPNode_type(this.nodeId)];
void type=(PolyBLEPType type)

Implementation

set type(PolyBLEPType type) => LabSound().PolyBLEPNode_setType(this.nodeId, type.index);