Skip to main content

Auki::ConjureKit::Odal::AnimationClipData

Object that represents a playing animation of the instance of an asset

Public Attributes

Name
readonly stringClipName
Animation clip name.
readonly TimestampStartTime
Timestamp of the time of animation start from the clip beginning.
readonly WrapModeLoopMode
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.