Table of Contents

Class FloatSimpleAnimationCurve

Namespace
Lime
Assembly
Lime.dll
public class FloatSimpleAnimationCurve : SimpleAnimationCurve<float>, IAnimationCurve<float>, ISimpleAnimationCurve, IAnimationCurve, IAnimationCurveWithKeys, IAnimationCurveWithKeys<float>
Inheritance
FloatSimpleAnimationCurve
Implements
Inherited Members

Methods

InterpolateLinear(float, float, float)

protected override float InterpolateLinear(float value1, float value2, float amount)

Parameters

value1 float
value2 float
amount float

Returns

float

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

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

Parameters

value1 float
value2 float
value3 float
value4 float
amount float

Returns

float