Constructor
new DModel(dataopt)
模型数据类
创建模型数据实例
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
data | DModel | | <optional> | null | 模型数据 |
- Source
Members
(nullable) backgroundColor :string
模型背景颜色
舞台的背景颜色, 取有效的颜色值, rbg 或 rgba, 默认透明未设置默认为空的
Type:
- string
- Default Value
- 'transparent'
- Source
(nullable) height :number
模型高度
模型的高度, 单位 px, 默认不设置, 将自适应使用模型本体的高度
Type:
- number
- Default Value
- null
- Source
path :string
url 地址
模型的 json 文件的 url 地址, 可以是相对路径, 必填项.
Type:
- string
- Default Value
- ''
- Source
(nullable) position :TPosition
模型位置
模型在舞台中的位置. x: 横坐标, y: 纵坐标
Type:
- Default Value
- {x: 0, y: 0}
- Source
(nullable) scale :number
模型缩放
模型的缩放比例
Type:
- number
- Default Value
- 1
- Source
(nullable) volume :number
模型音量
模型音量, 用于控制播发音频时的音量大小
Type:
- number
- Default Value
- 0.5
- Source
(nullable) width :number
模型宽度
模型的宽度, 单位 px, 默认不设置, 将自适应使用模型本体的宽度
Type:
- number
- Default Value
- null
- Source