Class NumericRangeSimpleAnimationCurve
- Namespace
- Lime
- Assembly
- Lime.dll
public class NumericRangeSimpleAnimationCurve : SimpleAnimationCurve<NumericRange>, IAnimationCurve<NumericRange>, ISimpleAnimationCurve, IAnimationCurve, IAnimationCurveWithKeys, IAnimationCurveWithKeys<NumericRange>
- Inheritance
-
NumericRangeSimpleAnimationCurve
- Implements
- Inherited Members
Methods
InterpolateLinear(NumericRange, NumericRange, float)
protected override NumericRange InterpolateLinear(NumericRange value1, NumericRange value2, float amount)
Parameters
value1
NumericRangevalue2
NumericRangeamount
float
Returns
InterpolateSplined(NumericRange, NumericRange, NumericRange, NumericRange, float)
protected override NumericRange InterpolateSplined(NumericRange value1, NumericRange value2, NumericRange value3, NumericRange value4, float amount)
Parameters
value1
NumericRangevalue2
NumericRangevalue3
NumericRangevalue4
NumericRangeamount
float