Class SimpleKeyframe<T>
- Namespace
- Lime
- Assembly
- Lime.dll
public class SimpleKeyframe<T> : ISimpleKeyframe, IKeyframe<T>, IKeyframe
Type Parameters
T
- Inheritance
-
SimpleKeyframe<T>
- Implements
-
- Inherited Members
-
Constructors
SimpleKeyframe()
SimpleKeyframe(int, T)
public SimpleKeyframe(int frame, T value)
Parameters
frame
int
value
T
SimpleKeyframe(int, T, SimpleKeyFunction)
public SimpleKeyframe(int frame, T value, SimpleKeyFunction function)
Parameters
frame
int
value
T
function
SimpleKeyFunction
Properties
EasingFunction
public Mathf.EasingFunction EasingFunction { get; set; }
Property Value
- Mathf.EasingFunction
EasingType
public Mathf.EasingType EasingType { get; set; }
Property Value
- Mathf.EasingType
Frame
[YuzuMember]
public int Frame { get; set; }
Property Value
- int
Function
public SimpleKeyFunction Function { get; set; }
Property Value
- SimpleKeyFunction
PackedParams
[YuzuMember]
public int PackedParams { get; set; }
Property Value
- int
Params
public SimpleKeyframeParams Params { get; set; }
Property Value
- SimpleKeyframeParams
Value
[YuzuMember]
public T Value { get; set; }
Property Value
- T