Constructor
new DStage(dataopt)
live2d 舞台数据
创建 stage 中的所有元素, 如果其中的元素没有指定, 则创建默认类型的元素
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
data | DStage | | <optional> | null | 舞台数据 |
- Source
Members
canvas :HTMLCanvasElement
画布元素
模型需要使用的画布元素
Type:
- HTMLCanvasElement
- Default Value
- canvas
- Source
menus :HTMLElement
菜单元素
菜单项目的父元素
Type:
- HTMLElement
- Default Value
- div
- Source
other :HTMLElement
其它元素
与画布同级别的其它元素
Type:
- HTMLElement
- Default Value
- div
- Source
parent :HTMLElement
父元素
wrapper 元素的父元素, 默认是 body
如果 selector 已经指定, 则父元素是 selector 对应的元素
Type:
- HTMLElement
- Default Value
- body
- Source
tips :HTMLCanvasElement
消息提示元素
消息提示需要使用的元素
Type:
- HTMLCanvasElement
- Default Value
- canvas
- Source
wrapper :HTMLElement
包装器元素
画布的包装器元素, 即画布的父元素
Type:
- HTMLElement
- Default Value
- div
- Source