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
value1NumericRangevalue2NumericRangeamountfloat
Returns
InterpolateSplined(NumericRange, NumericRange, NumericRange, NumericRange, float)
protected override NumericRange InterpolateSplined(NumericRange value1, NumericRange value2, NumericRange value3, NumericRange value4, float amount)
Parameters
value1NumericRangevalue2NumericRangevalue3NumericRangevalue4NumericRangeamountfloat