C# Class MBParticleLightning, Pharos

Inheritance: MBParameter
Exibir arquivo Open project: rstaewen/Pharos

Public Properties

Property Type Description
Amplitude float
Speed float

Public Methods

Method Description
OnLifetime ( MBParticle, PT ) : bool
OnPlay ( ) : void
Reset ( ) : void

Method Details

OnLifetime() public method

public OnLifetime ( MBParticle, PT ) : bool
PT MBParticle,
return bool

OnPlay() public method

public OnPlay ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

Amplitude public_oe property

public float Amplitude
return float

Speed public_oe property

public float Speed
return float