AnimData
public sealed class AnimDataMetadata for standalone .anim (AnimationClip) files. Similar to FBXData but for animation-only assets.
Fields
Section titled “Fields”
public string nameName of the animation clip.
Returns
System.String
length
Section titled “length”public float lengthDuration of the animation in seconds.
Returns
System.Single
isHumanMotion
Section titled “isHumanMotion”public bool isHumanMotionTrue if this is a humanoid animation (uses Avatar muscle space). False for generic animations (uses Transform paths).
Returns
System.Boolean
isLooping
Section titled “isLooping”public bool isLoopingTrue if the clip is marked as looping.
Returns
System.Boolean
frameRate
Section titled “frameRate”public float frameRateFrame rate of the animation.
Returns
System.Single
referencedModelGuid
Section titled “referencedModelGuid”public string referencedModelGuidGUID of the referenced FBX model dependency (if any).
Returns
System.String
Constructors
Section titled “Constructors”
AnimData()
Section titled “AnimData()”public AnimData()Methods
Section titled “Methods”
ToString()
Section titled “ToString()”public override string ToString()Returns
System.String