Skip to content

MapEntity 类

属性

readonly id: string 唯一标识

name: string|undefined 名称

property: Recorc<string|symbol,any> 属性

parent: Entity 父级节点

show: boolean 是否显示

方法

focus 聚焦

  • duration 过渡时间(秒)
typescript
focus(duration?: number): void

destroy 销毁

typescript
destroy(): boolean