Table of Contents

Interface IAnimationCurve

Namespace
Lime
Assembly
Lime.dll
public interface IAnimationCurve

Properties

Duration

int Duration { get; }

Property Value

int

IsEmpty

bool IsEmpty { get; }

Property Value

bool

RefCount

int RefCount { get; }

Property Value

int

Methods

AddRef()

void AddRef()

CreateEvaluator()

IAnimationCurveEvaluator CreateEvaluator()

Returns

IAnimationCurveEvaluator

Release()

void Release()