Table of Contents

Interface IBezierKeyframeCollection

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

Properties

this[int]

IBezierKeyframe this[int index] { get; }

Parameters

index int

Property Value

IBezierKeyframe

Methods

Contains(int)

bool Contains(int frame)

Parameters

frame int

Returns

bool

GetByFrame(int)

IBezierKeyframe GetByFrame(int frame)

Parameters

frame int

Returns

IBezierKeyframe

IndexOf(int)

int IndexOf(int frame)

Parameters

frame int

Returns

int

Remove(int)

bool Remove(int frame)

Parameters

frame int

Returns

bool

RemoveAt(int)

void RemoveAt(int index)

Parameters

index int

Update(int, object, object, object, object, object)

void Update(int index, object value, object inSlope, object outSlope, object inWeight, object outWeight)

Parameters

index int
value object
inSlope object
outSlope object
inWeight object
outWeight object