Interface IAnimationCurve
- Namespace
- Lime
- Assembly
- Lime.dll
public interface IAnimationCurve
Properties
Duration
int Duration { get; }
Property Value
IsEmpty
bool IsEmpty { get; }
Property Value
RefCount
int RefCount { get; }
Property Value
Methods
AddRef()
void AddRef()
CreateEvaluator()
IAnimationCurveEvaluator CreateEvaluator()
Returns
Release()
void Release()