SceneAnimationList
new SceneAnimationList(scene)
- Source:
Parameters:
Members
Methods
append(animation)
- Source:
Parameters:
| Name |
Type |
Description |
animation |
Animation
|
动画对象实例
|
loadData(animations)
- Source:
Parameters:
remove(animation)
- Source:
Parameters:
| Name |
Type |
Description |
animation |
Animation
|
动画对象实例
|
update(deltaTime)
- Source:
Parameters:
| Name |
Type |
Description |
deltaTime |
number
|
增量时间(毫秒)
|