IExternalLayer

内部渲染节点实例

属性

id

图层唯一标识符

id: string

类型: string

props

渲染节点属性配置

props: IRenderNodeProps

title

图层显示标题

title?: string

类型: string

type

图层类型

type?: string

类型: string

url

模型文件URL地址

url?: string

类型: string

方法

render

渲染外部图层

render(ExteralRenderer): IRenderNode

参数

返回:IRenderNode

startAnimate

startAnimate?(option): void

参数

返回:void

stopAnimate

停止当前播放的动画

stopAnimate(): void

返回:void

BIMFlux AI