Hilo3d API - v2.0.0-alpha.8
    Preparing search index...

    Interface AnimationClipParameters

    Immutable clip descriptor. Optional start/end select a window of the shared tracks.

    interface AnimationClipParameters {
        end?: number;
        markers?: readonly AnimationMarker[];
        name: string;
        start?: number;
        tracks: readonly AnimationTrack[];
    }
    Index
    end?: number
    markers?: readonly AnimationMarker[]
    name: string
    start?: number
    tracks: readonly AnimationTrack[]