Taos API Reference
    Preparing search index...

    Interface AnimationClip

    A named skeletal animation made up of per-joint TRS channels.

    interface AnimationClip {
        name: string;
        duration: number;
        channels: AnimationChannel[];
    }
    Index

    Properties

    name: string
    duration: number

    Total clip length in seconds (max keyframe time across channels).

    channels: AnimationChannel[]