C# Class OSCMaster, SoftLove

Inheritance: MonoBehaviour
显示文件 Open project: benkuper/SoftLove Class Usage Examples

Public Properties

Property Type Description
instance OSCMaster,

Public Methods

Method Description
init ( ) : void
sendFloat ( string address, float value ) : void

Private Methods

Method Description
Awake ( ) : void
HandlePacketReceivedEvent ( OSCPacket p ) : void
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

init() static public method

static public init ( ) : void
return void

sendFloat() public static method

public static sendFloat ( string address, float value ) : void
address string
value float
return void

Property Details

instance public_oe static_oe property

public static OSCMaster, instance
return OSCMaster,