Hierarchy

Properties

Properties

id?: number

唯一标识

name?: string

标签名

object_data: {
    color?: string;
    end: number[];
    opacity?: number;
    rotation?: number[];
    start: number[];
}

Type declaration

  • Optional color?: string

    标注颜色

  • end: number[]

    start 对角位置的顶点坐标

  • Optional opacity?: number

    透明度

  • Optional rotation?: number[]

    box 的欧拉角旋转,旋转顺序是 [XYZ]

  • start: number[]

    box 的其中一个顶点坐标

type: "box"