FloorGuidePlugin

用于在场景中提供楼层导航功能,支持楼层切换和显示控制

关系

Implements

FloorGuidePlugin Implements IFloorGuidePlugin

实现接口: IFloorGuidePlugin

用于在场景中提供楼层导航功能,支持楼层切换和显示控制

构造函数

FloorGuidePlugin

构造函数

new FloorGuidePlugin(props?)

参数

返回:FloorGuidePlugin FloorGuidePlugin对象

属性

icon

插件icon

icon: string

类型: string

id

插件唯一标识

id: string

类型: string

label

插件标识

label: string

类型: string

model

楼层导航模型

model: any

类型: any

props

插件配置属性

props: IFloorGuidePluginProps

scene

当前场景实例

scene: IScene

类型: IScene

view

楼层导航视图

view: IFloorGuideView

方法

close

关闭楼层导航面板

close(): void

返回:void

destroy

销毁插件

destroy(): void

返回:void

initToolbar

初始化工具栏

initToolbar(): void

返回:void

install

安装插件到场景

install(_scene): void

参数

返回:void

show

显示楼层导航面板

show(): void

返回:void

toggle

切换楼层导航面板显示状态

toggle(): void

返回:void

BIMFlux AI