Interface IModelVariable

    interface IModelVariable {
        label: string;
        only3D?: boolean;
        value: string;
    }

    Hierarchy (view full)

    Properties

    Properties

    label: string
    only3D?: boolean
    value: string

    Generated using TypeDoc and TypeDoc Airthium Plugin