Property | Type | Description | |
---|---|---|---|
Generator | Func |
||
IsActive | bool | ||
ParticleAngle | |||
ParticleLimit | int | ||
ParticleOrigin | |||
ParticlePropulsion | |||
TimeToLive |
Method | Description | |
---|---|---|
ParticleSystem ( int rate, Func |
||
ParticleSystem ( int rate, string particleAssetName ) : System | ||
Reset ( ) : void |
Reinitialize the particle system properties.
|
|
Update ( ) : void |
Method | Description | |
---|---|---|
createParticle ( ) : void |
Create a new particle in the swarm.
|
|
tweakParticle ( |
Set the particle's default properties.
|
Method | Description | |
---|---|---|
createDefaultParticle ( string assetName ) : |
Create a particle out of an asset.
|
public ParticleSystem ( int rate, Func |
||
rate | int | |
generator | Func |
|
return | System |
public ParticleSystem ( int rate, string particleAssetName ) : System | ||
rate | int | |
particleAssetName | string | |
return | System |
protected tweakParticle ( |
||
obj | Particle to tweak. | |
return | void |
public JitteryValue,geek.GameEngine.Utils ParticleAngle | ||
return |
public JitteryVector2,geek.GameEngine.Utils ParticleOrigin | ||
return |
public JitteryValue,geek.GameEngine.Utils ParticlePropulsion | ||
return |