AnimationEventType Enum
Module: sp
The event type of spine skeleton animation.
Index
STARTENDCOMPLETEEVENT
Details
START
The play spine skeleton animation start type.
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/spine/index.js:74 |
END
The play spine skeleton animation finish type.
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/spine/index.js:85 |
COMPLETE
The play spine skeleton animation complete type.
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/spine/index.js:96 |
EVENT
The spine skeleton animation event type.
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/extensions/spine/index.js:102 |