Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AnimationEventType

The event type of spine skeleton animation.

Index

Enumeration members

Enumeration members

COMPLETE

COMPLETE: = 4

The play spine skeleton animation complete type.

property

{Number} COMPLETE

DISPOSE

DISPOSE: = 3

The entry will be disposed.

END

END: = 2

The play spine skeleton animation finish type.

property

{Number} END

EVENT

EVENT: = 5

The spine skeleton animation event type.

property

{Number} EVENT

INTERRUPT

INTERRUPT: = 1

Another entry has replaced this entry as the current entry. This entry may continue being applied for mixing.

START

START: = 0

The play spine skeleton animation start type.

property

{Number} START

Generated using TypeDoc