AnimationEventType 枚举
模块: sp
骨骼动画事件类型。
索引
STARTENDCOMPLETEEVENT
Details
START
开始播放骨骼动画。
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/extensions/spine/index.js:74 |
END
播放骨骼动画结束。
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/extensions/spine/index.js:85 |
COMPLETE
播放骨骼动画完成。
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/extensions/spine/index.js:96 |
EVENT
骨骼动画事件。
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/extensions/spine/index.js:102 |