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

    Interface GLTFAnimationTarget

    interface GLTFAnimationTarget {
        id?: GLTFIndex;
        node?: GLTFIndex;
        path: "scale" | "weights" | "rotation" | "translation";
    }
    Index
    node?: GLTFIndex
    path: "scale" | "weights" | "rotation" | "translation"