enum
ValueType
public sealed enum ValueType : Enum Enum Values
| Name | Value | Description |
|---|---|---|
Constant | | A value that doesn't change over time. |
Range | | The value is interpolated between two fixed floats. |
Curve | | A curve that defines how the value changes over time or based on an evaluation factor. |
CurveRange | | Two curves where the value is interpolated between them. |