Interface FloorplanExtraObject3D

能够映射到雷达图上的三维物体

Hierarchy

  • FloorplanExtraObject3D

Properties

Properties

icon?: {
    height: number;
    url: string;
    width: number;
}

Type declaration

  • height: number
  • url: string
  • width: number
id: string
position: {
    x: number;
    y: number;
    z: number;
}

Type declaration

  • x: number
  • y: number
  • z: number