Select your preferred scripting language. All code snippets will be displayed in this language.
struct in UnityEngine
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseScript 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. |