C# Class OSCMessageListener, Elemental

Inheritance: MonoBehaviour
Mostrar archivo Open project: CodeStrumpet/Elemental

Public Methods

Method Description
OSCMessageReceiver ( OscMessage, message ) : void

Protected Methods

Method Description
Destroy ( ) : void
Start ( ) : void
commandOfInterest ( ) : string

Method Details

Destroy() protected method

protected Destroy ( ) : void
return void

OSCMessageReceiver() public abstract method

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

Start() protected method

protected Start ( ) : void
return void

commandOfInterest() protected abstract method

protected abstract commandOfInterest ( ) : string
return string