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
Methods
Add(int, object, SimpleKeyFunction)
void Add(int frame, object value, SimpleKeyFunction function = SimpleKeyFunction.Linear)
Parameters
frame
intvalue
objectfunction
SimpleKeyFunction
CreateKeyframe()
ISimpleKeyframe CreateKeyframe()
Returns
GetByFrame(int)
ISimpleKeyframe GetByFrame(int frame)
Parameters
frame
int