|
Pyrogenesis
13997
|
Particle variable that returns the same value as some other variable (assuming that variable was evaluated before this one). More...
Public Member Functions | |
| CParticleVarCopy (int from) | |
| 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 | |
| int | m_From |
Additional Inherited Members |
Particle variable that returns the same value as some other variable (assuming that variable was evaluated before this one).
Definition at line 145 of file ParticleEmitterType.cpp.
|
inline |
Definition at line 148 of file ParticleEmitterType.cpp.
|
inlinevirtual |
Implements IParticleVar.
Definition at line 153 of file ParticleEmitterType.cpp.
|
inlinevirtual |
Returns the maximum value that Evaluate might ever return, for computing bounds.
Implements IParticleVar.
Definition at line 163 of file ParticleEmitterType.cpp.
|
inlinevirtual |
Returns the minimum value that Evaluate might ever return, for computing bounds.
Implements IParticleVar.
Definition at line 158 of file ParticleEmitterType.cpp.
|
private |
Definition at line 169 of file ParticleEmitterType.cpp.
1.8.5