ThingOrigin.js
    Preparing search index...

    Interface indexedDBmodelInfoParams

    interface indexedDBmodelInfoParams {
        base?: any;
        id: number;
        loadType?: string;
        material?: any;
        modelName?: string;
        modelType?: string;
        position?: xyz | Vector3;
        repairSlotLimit?: number;
        rotation?: xyz | Vector3 | rotationXYZ;
        scale?: xyz | Vector3;
        selectModel?: string;
        userData?: any;
        visible?: boolean;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    base?: any
    id: number
    loadType?: string
    material?: any
    modelName?: string
    modelType?: string
    position?: xyz | Vector3
    repairSlotLimit?: number
    rotation?: xyz | Vector3 | rotationXYZ
    scale?: xyz | Vector3
    selectModel?: string
    userData?: any
    visible?: boolean