IRenderModePlugin

当前激活的渲染模式

关系

Extends

IRenderModePlugin Extends IPlugin

继承: IPlugin

属性

currentMode

当前激活的渲染模式

currentMode: string

类型: string

icon

插件icon

icon?: string

类型: string

id

插件的唯一标识符

id: string | number

类型: string | number

label

插件label

label?: string

类型: string

model

渲染模式视图模型

model: IRenderModeModel

scene

当前所属场景实例

scene: IScene

类型: IScene

view

界面视图

view: IRenderModeView

方法

close

close?(): void

返回:void

destroy

销毁插件,释放资源

destroy(): void

返回:void

install

插件的安装加载逻辑,在插件管理器注册时调用

install(scene): void

参数

返回:void

toggle

切换渲染模式面板显示

toggle(): void

返回:void

BIMFlux AI