Table of Contents

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 NumericRange
value2 NumericRange
amount float

Returns

NumericRange

InterpolateSplined(NumericRange, NumericRange, NumericRange, NumericRange, float)

protected override NumericRange InterpolateSplined(NumericRange value1, NumericRange value2, NumericRange value3, NumericRange value4, float amount)

Parameters

value1 NumericRange
value2 NumericRange
value3 NumericRange
value4 NumericRange
amount float

Returns

NumericRange