Skip to content

AnimData

ClassAssetInventoryAssetInventory.Editor
public sealed class AnimData

Metadata for standalone .anim (AnimationClip) files. Similar to FBXData but for animation-only assets.

public string name

Name of the animation clip.

Returns

System.String

public float length

Duration of the animation in seconds.

Returns

System.Single

public bool isHumanMotion

True if this is a humanoid animation (uses Avatar muscle space). False for generic animations (uses Transform paths).

Returns

System.Boolean

public bool isLooping

True if the clip is marked as looping.

Returns

System.Boolean

public float frameRate

Frame rate of the animation.

Returns

System.Single

public string referencedModelGuid

GUID of the referenced FBX model dependency (if any).

Returns

System.String

public AnimData()

public override string ToString()

Returns

System.String