|
Pyrogenesis
13997
|
Particle variable that returns a constant value. More...
Public Member Functions | |
| CParticleVarConstant (float val) | |
| virtual float | Compute (CParticleEmitterType &type, CParticleEmitter &emitter) |
| virtual float | Min (CParticleEmitterType &type) |
| Returns the minimum value that Evaluate might ever return, for computing bounds. More... | |
| virtual float | Max (CParticleEmitterType &type) |
| Returns the maximum value that Evaluate might ever return, for computing bounds. More... | |
Public Member Functions inherited from IParticleVar | |
| IParticleVar () | |
| virtual | ~IParticleVar () |
| float | Evaluate (CParticleEmitter &emitter) |
| Computes and returns a new value. More... | |
| float | LastValue () |
| Returns the last value that Evaluate returned. More... | |
Private Attributes | |
| float | m_Value |
Additional Inherited Members |
Particle variable that returns a constant value.
Definition at line 83 of file ParticleEmitterType.cpp.
|
inline |
Definition at line 86 of file ParticleEmitterType.cpp.
|
inlinevirtual |
Implements IParticleVar.
Definition at line 91 of file ParticleEmitterType.cpp.
|
inlinevirtual |
Returns the maximum value that Evaluate might ever return, for computing bounds.
Implements IParticleVar.
Definition at line 101 of file ParticleEmitterType.cpp.
|
inlinevirtual |
Returns the minimum value that Evaluate might ever return, for computing bounds.
Implements IParticleVar.
Definition at line 96 of file ParticleEmitterType.cpp.
|
private |
Definition at line 107 of file ParticleEmitterType.cpp.
1.8.5