ThingOrigin.js
    Preparing search index...

    Interface markerInfoParams

    interface markerInfoParams {
        base?: any;
        configs?: any;
        id?: number;
        markerName?: string;
        modelName?: string;
        name?: string;
        position?: xyz;
        rotation?: rotationXYZ | xyz;
        scale?: xyz;
        type?: string;
        userData?: any;
    }
    Index

    Properties

    base?: any
    configs?: any
    id?: number
    markerName?: string
    modelName?: string
    name?: string
    position?: xyz
    rotation?: rotationXYZ | xyz
    scale?: xyz
    type?: string
    userData?: any