Version: 5.4

MinMaxCurve

struct in UnityEngine

Cambiar al Manual

Descripción

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.

Constructores

ParticleSystem.MinMaxCurveA single constant value for the entire curve.

Funciones Públicas

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