ISnapshotPlugin

插件icon

关系

Extends

ISnapshotPlugin Extends IPlugin

继承: IPlugin

属性

icon

插件icon

icon?: string

类型: string

id

插件的唯一标识符

id: string | number

类型: string | number

label

插件label

label?: string

类型: string

model

业务逻辑模型,处理快照生成的核心业务逻辑

model: ISnapshotModel

props

插件属性配置,包含快照相关的所有配置参数

props: ISnapshotPluginProps

scene

场景实例,当前操作的3D场景对象

scene: IScene

类型: IScene

view

视图组件,快照插件的用户界面视图

view: ISnapshotView

方法

close

close?(): void

返回:void

destroy

销毁插件,释放资源

destroy(): void

返回:void

install

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

install(scene): void

参数

返回:void

toggle

toggle?(): void

返回:void

BIMFlux AI