interface YunJingSinglePlaneOptions {
    style: {
        materialColor: string;
        outline: boolean;
        outlineColor: string;
        outlineWidth: number;
    };
}

Properties

Properties

style: {
    materialColor: string;
    outline: boolean;
    outlineColor: string;
    outlineWidth: number;
}

单体对象新样式

Type declaration

  • materialColor: string

    平面颜色

  • outline: boolean

    是否显示包围线

  • outlineColor: string

    包围线颜色

  • outlineWidth: number

    包围线宽度