Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MinMaxCurve

struct in UnityEngine

Suggest a change

Success!

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.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

Script interface for a Min-Max Curve.

See Also: ParticleSystem.

Variables

constantSet the constant value.
constantMaxSet a constant for the upper bound.
constantMinSet a constant for the lower bound.
curveSet the curve.
curveMaxSet a curve for the upper bound.
curveMinSet a curve for the lower bound.
curveScalarSet a multiplier to be applied to the curves.
modeSet the mode that the min-max curve will use to evaluate values.

Constructors

ParticleSystem.MinMaxCurveA single constant value for the entire curve.

Public Functions

EvaluateManually query the curve to calculate values based on what mode it is in.