Script interface for a Min-Max Curve.
See Also: ParticleSystem.
constant | Set the constant value. |
constantMax | Set a constant for the upper bound. |
constantMin | Set a constant for the lower bound. |
curve | Set the curve. |
curveMax | Set a curve for the upper bound. |
curveMin | Set a curve for the lower bound. |
curveScalar | Set a multiplier to be applied to the curves. |
mode | Set the mode that the min-max curve will use to evaluate values. |
ParticleSystem.MinMaxCurve | A single constant value for the entire curve. |
Evaluate | Manually query the curve to calculate values based on what mode it is in. |