Creates a MinMaxCurve that generates a constant value.
Creates a MinMaxCurve that generates value between a minimum constant and a maximum constant.
Creates a MinMaxCurve that generates value by a curve.
Creates a MinMaxCurve that generates value by min and max curve.
Set the constant value.
Set a constant for the upper bound.
Set a constant for the lower bound.
Set the curve
Set a curve for the upper bound.
Set a curve for the lower bound.
Set a multiplier to be applied to the curves.
Curve mode
Query the value at the specified time.
Normalized time at which to evaluate the curve, Valid when mode
is set to Curve
or TwoCurves
.
Optional
randomBetween0And1: number = ...Lerp factor between two constants or curves, Valid when mode
is set to TwoConstants
or TwoCurves
.
Static
fromJSONDeserialize
Min max curve
Export
MinMaxCurve
Date
2024.3.16
Author
yisky