ThroughSelectPlugin

用于在场景中实现透选功能,支持Alt+点击进行多层要素选择

关系

Implements

ThroughSelectPlugin Implements IThroughSelectPlugin

实现接口: IThroughSelectPlugin

用于在场景中实现透选功能,支持Alt+点击进行多层要素选择

构造函数

ThroughSelectPlugin

构造函数

new ThroughSelectPlugin(props?)

参数

返回:ThroughSelectPlugin ThroughSelectPlugin对象

属性

id

插件唯一标识

id: string

类型: string

model

透选模型实例

model: any

类型: any

props

插件配置属性

props: IPluginProps

类型: IPluginProps

scene

当前场景实例

scene: IScene

类型: IScene

view

插件视图实例

view: IPluginView

类型: IPluginView

方法

destroy

卸载插件

destroy(): void

返回:void

install

安装插件到场景

install(_scene): void

参数

返回:void

BIMFlux AI