File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -92,17 +92,17 @@ export enum AnimationEventType {
92
92
* @property {Number } END
93
93
*/
94
94
END = 2 ,
95
- /**
96
- * @en The entry will be disposed.
97
- * @zh entry 将被销毁。
98
- */
99
- DISPOSE = 3 ,
100
95
/**
101
96
* @en The play spine skeleton animation complete type.
102
97
* @zh 播放骨骼动画完成。
103
98
* @property {Number } COMPLETE
104
99
*/
105
- COMPLETE = 4 ,
100
+ COMPLETE = 3 ,
101
+ /**
102
+ * @en The entry will be disposed.
103
+ * @zh entry 将被销毁。
104
+ */
105
+ DISPOSE = 4 ,
106
106
/**
107
107
* @en The spine skeleton animation event type.
108
108
* @zh 骨骼动画事件。
Original file line number Diff line number Diff line change @@ -102,17 +102,17 @@ export enum AnimationEventType {
102
102
* @property {Number } END
103
103
*/
104
104
END = 2 ,
105
- /**
106
- * @en The entry will be disposed.
107
- * @zh entry 将被销毁。
108
- */
109
- DISPOSE = 3 ,
110
105
/**
111
106
* @en The play spine skeleton animation complete type.
112
107
* @zh 播放骨骼动画完成。
113
108
* @property {Number } COMPLETE
114
109
*/
115
- COMPLETE = 4 ,
110
+ COMPLETE = 3 ,
111
+ /**
112
+ * @en The entry will be disposed.
113
+ * @zh entry 将被销毁。
114
+ */
115
+ DISPOSE = 4 ,
116
116
/**
117
117
* @en The spine skeleton animation event type.
118
118
* @zh 骨骼动画事件。
You can’t perform that action at this time.
0 commit comments