Class AnimationKeyframeEvent
Define the animation keyframe event.
Inherited Members
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public class AnimationKeyframeEvent
Constructors
AnimationKeyframeEvent()
Initializes a new instance of the AnimationKeyframeEvent class.
Declaration
public AnimationKeyframeEvent()
Fields
Tag
The event tag.
Declaration
public string Tag
Field Value
Type | Description |
---|---|
string |
Time
Event Time.
Declaration
public float Time
Field Value
Type | Description |
---|---|
float |
Value
Associated value to this event.
Declaration
public string Value
Field Value
Type | Description |
---|---|
string |
Methods
ToString()
Sets the string that represents this object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The string. |