Auki::ConjureKit::Odal::AnimationClipData
Object that represents a playing animation of the instance of an asset
Public Attributes
| Name | |
|---|---|
| readonly string | ClipName Animation clip name. |
| readonly Timestamp | StartTime Timestamp of the time of animation start from the clip beginning. |
| readonly WrapMode | LoopMode The mode in which the animation is being played. |
Public Attributes Documentation
variable ClipName
readonly string ClipName;
Animation clip name.
variable StartTime
readonly Timestamp StartTime;
Timestamp of the time of animation start from the clip beginning.
variable LoopMode
readonly WrapMode LoopMode;
The mode in which the animation is being played.