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

    Interface AnimationClip

    interface AnimationClip {
        animStatesList?: AnimationStates[];
        end: number;
        start: number;
    }
    Index
    animStatesList?: AnimationStates[]
    end: number
    start: number