Table of Contents

Class IntSimpleAnimationCurve

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

Methods

InterpolateLinear(int, int, float)

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

Parameters

value1 int
value2 int
amount float

Returns

int

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

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

Parameters

value1 int
value2 int
value3 int
value4 int
amount float

Returns

int