mirror of https://github.com/axmolengine/axmol.git
30 lines
708 B
Lua
30 lines
708 B
Lua
|
|
--------------------------------
|
|
-- @module SkeletonAnimation
|
|
-- @extend Skeleton
|
|
|
|
--------------------------------
|
|
-- @function [parent=#SkeletonAnimation] setMix
|
|
-- @param self
|
|
-- @param #char char
|
|
-- @param #char char
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#SkeletonAnimation] clearTracks
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#SkeletonAnimation] clearTrack
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#SkeletonAnimation] onAnimationStateEvent
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @param #spEventType speventtype
|
|
-- @param #spEvent spevent
|
|
-- @param #int int
|
|
|
|
return nil
|