Property | Type | Description | |
---|---|---|---|
instance | OSCMaster, |
Method | Description | |
---|---|---|
init ( ) : void | ||
sendFloat ( string address, float value ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
HandlePacketReceivedEvent ( OSCPacket p ) : void | ||
OnDestroy ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public static sendFloat ( string address, float value ) : void | ||
address | string | |
value | float | |
return | void |