Preparing search index...

    Represents an animation clip instance with playback configuration.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    animation: AnimationAsset

    The animation asset this clip references.

    begin: number

    Start frame of the clip.

    How this clip blends with other layers.

    disabled: boolean

    Whether this clip is disabled.

    end: number

    End frame of the clip.

    id: Uuid

    The unique id of the entity.

    meta: Meta

    Metadata associated with this entity, providing access to its unique identifier and other descriptive properties.

    name: string

    Name of the clip.

    playbackMode: PlaybackMode

    Determines playback behavior (loop, clamp, etc).

    playbackSpeed: number

    Multiplier for playback speed.

    reversed: boolean

    Whether playback is reversed.

    How the clip scales to fit the frame range.

    type: string

    The entity's type.

    weight: number

    Blend weight of this clip (0-1 range).

    Methods

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean