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

    Interface GLTFTechniqueStates

    interface GLTFTechniqueStates {
        enable?: readonly number[];
        functions?: Readonly<Record<string, readonly number[]>>;
    }
    Index
    enable?: readonly number[]
    functions?: Readonly<Record<string, readonly number[]>>