Table of Contents

Class FloatBezierAnimationCurve

Namespace
Lime
Assembly
Lime.dll
public class FloatBezierAnimationCurve : BezierAnimationCurve<float>, IAnimationCurve<float>, IBezierAnimationCurve, IAnimationCurve, IAnimationCurveWithKeys, IAnimationCurveWithKeys<float>
Inheritance
FloatBezierAnimationCurve
Implements
Inherited Members

Methods

Interpolate(int, float, float)

protected override float Interpolate(int index, float time, float intervalTime)

Parameters

index int
time float
intervalTime float

Returns

float