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

    Interface GLTFTechniqueBinding

    interface GLTFTechniqueBinding {
        count?: number;
        node?: GLTFIndex;
        semantic?: string;
        type?: number;
        value?: JsonValue;
    }
    Index
    count?: number
    node?: GLTFIndex
    semantic?: string
    type?: number
    value?: JsonValue