Table of Contents

Interface ISimpleKeyframeCollection

Namespace
Lime
Assembly
Lime.dll
public interface ISimpleKeyframeCollection : ICollection<ISimpleKeyframe>, IEnumerable<ISimpleKeyframe>, IEnumerable
Inherited Members
Extension Methods

Properties

this[int]

ISimpleKeyframe this[int index] { get; }

Parameters

index int

Property Value

ISimpleKeyframe

Methods

Add(int, object, SimpleKeyFunction)

void Add(int frame, object value, SimpleKeyFunction function = SimpleKeyFunction.Linear)

Parameters

frame int
value object
function SimpleKeyFunction

CreateKeyframe()

ISimpleKeyframe CreateKeyframe()

Returns

ISimpleKeyframe

GetByFrame(int)

ISimpleKeyframe GetByFrame(int frame)

Parameters

frame int

Returns

ISimpleKeyframe