C# Class OSCObjectEnabler, Elemental

Inheritance: OSCMessageListener
Exibir arquivo Open project: CodeStrumpet/Elemental

Public Properties

Property Type Description
objToEnable GameObject

Public Methods

Method Description
OSCMessageReceiver ( OscMessage, message ) : void
Start ( ) : void
Update ( ) : void

Protected Methods

Method Description
commandOfInterest ( ) : string

Method Details

OSCMessageReceiver() public method

public OSCMessageReceiver ( OscMessage, message ) : void
message OscMessage,
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

commandOfInterest() protected method

protected commandOfInterest ( ) : string
return string

Property Details

objToEnable public_oe property

public GameObject objToEnable
return GameObject