![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
RemoveOldParticles (float lifetime) | |
unsafe void | Update (ParticleSystem particleSystem, float dt) |
Static Public Attributes | |
static readonly ParticleFieldDescription < float > | LifetimeField = new ParticleFieldDescription<float>("Lifetime") |
Particle field storing the particle current lifetime (age). More... | |
Properties | |
float | Lifetime [get, set] |
Definition at line 27 of file ParticleUpdaters.cs.
ScriptTest.RemoveOldParticles.RemoveOldParticles | ( | float | lifetime | ) |
Definition at line 34 of file ParticleUpdaters.cs.
References ScriptTest.RemoveOldParticles.Lifetime.
unsafe void ScriptTest.RemoveOldParticles.Update | ( | ParticleSystem | particleSystem, |
float | dt | ||
) |
Implements SiliconStudio.Paradox.Particles.IParticlePlugin.
Definition at line 39 of file ParticleUpdaters.cs.
References ScriptTest.RemoveOldParticles.Lifetime, and ScriptTest.RemoveOldParticles.LifetimeField.
|
static |
Particle field storing the particle current lifetime (age).
Definition at line 30 of file ParticleUpdaters.cs.
Referenced by ScriptTest.RemoveOldParticles.Update().
|
getset |
Definition at line 32 of file ParticleUpdaters.cs.
Referenced by ScriptTest.RemoveOldParticles.RemoveOldParticles(), and ScriptTest.RemoveOldParticles.Update().