ThingOrigin.js
    Preparing search index...

    Interface fenceInfoParams

    interface fenceInfoParams {
        base: { children: xyz[] | Vector3[]; closed: boolean; height: number };
        id?: number;
        loadType?: string;
        material: {
            color: { color: string; opacity: number };
            doubleSide: boolean;
            image: { repeatX: number; repeatY: number; url: string };
            type: string;
        };
        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: { children: xyz[] | Vector3[]; closed: boolean; height: number }
    id?: number
    loadType?: string
    material: {
        color: { color: string; opacity: number };
        doubleSide: boolean;
        image: { repeatX: number; repeatY: number; url: string };
        type: string;
    }
    modelName?: string
    modelType?: string
    position?: xyz | Vector3
    repairSlotLimit?: number
    rotation?: xyz | Vector3 | rotationXYZ
    scale?: xyz | Vector3
    selectModel?: string
    userData?: any
    visible?: boolean