Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AnimationEventType

骨骼动画事件类型。

Index

Enumeration members

Enumeration members

COMPLETE

COMPLETE: = 4

播放骨骼动画完成。

property

{Number} COMPLETE

DISPOSE

DISPOSE: = 3

entry 将被销毁。

END

END: = 2

播放骨骼动画结束。

property

{Number} END

EVENT

EVENT: = 5

骨骼动画事件。

property

{Number} EVENT

INTERRUPT

INTERRUPT: = 1

当前的 entry 被其他的 entry 替换。当使用 mixing 时,当前的 entry 会继续运行。

START

START: = 0

开始播放骨骼动画。

property

{Number} START

Generated using TypeDoc