enum
EvaluationType
public sealed enum EvaluationType : Enum Enum Values
| Name | Value | Description |
|---|---|---|
Life | | Evaluates the value based on the lifetime using its normalized age. |
Frame | | Evaluates the value based on the current frame, introducing randomness for dynamic effects. |
Seed | | Evaluates the value based on a random seed. This means that in most situations, it's random per context. Like if this is on a particle, the value will be random per particle. |
Particle | |
Assembly:
Sandbox.Engine Declaring Type: ParticleFloat Full Name: Sandbox.ParticleFloat.EvaluationType