C# Class ParticleEmit, Elemental

Inheritance: OSCMessageListener
ファイルを表示 Open project: CodeStrumpet/Elemental Class Usage Examples

Public Properties

Property Type Description
pe ParticleEmitter

Public Methods

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

Protected Methods

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

Method Details

Destroy() protected method

protected Destroy ( ) : void
return void

OSCMessageReceiver() public method

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

Start() protected method

protected Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

commandOfInterest() protected method

protected commandOfInterest ( ) : string
return string

Property Details

pe public_oe property

public ParticleEmitter pe
return ParticleEmitter