axmol/extensions/scripting/lua-bindings/script/spine/SpineConstants.lua

14 lines
212 B
Lua
Raw Normal View History

2019-11-23 20:27:39 +08:00
if nil == sp then
return
end
sp.EventType =
{
ANIMATION_START = 0,
ANIMATION_INTERRUPT = 1,
ANIMATION_END = 2,
ANIMATION_COMPLETE = 3,
ANIMATION_DISPOSE = 4,
ANIMATION_EVENT = 5,
}