Interface ISimpleKeyframe
- Namespace
- Lime
- Assembly
- Lime.dll
public interface ISimpleKeyframe : IKeyframe
Properties
EasingFunction
Mathf.EasingFunction EasingFunction { get; set; }
Property Value
- Mathf.EasingFunction
EasingType
Mathf.EasingType EasingType { get; set; }
Property Value
- Mathf.EasingType
Frame
Property Value
- int
Function
SimpleKeyFunction Function { get; set; }
Property Value
- SimpleKeyFunction
Params
SimpleKeyframeParams Params { get; set; }
Property Value
- SimpleKeyframeParams
Value
object Value { get; set; }
Property Value
- object