mirror of https://github.com/axmolengine/axmol.git
26 lines
539 B
Lua
26 lines
539 B
Lua
|
|
--------------------------------
|
|
-- @module SkeletonAnimation
|
|
-- @extend Skeleton
|
|
-- @parent_module sp
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#SkeletonAnimation] setMix
|
|
-- @param self
|
|
-- @param #char fromAnimation
|
|
-- @param #char toAnimation
|
|
-- @param #float duration
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#SkeletonAnimation] clearTracks
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#SkeletonAnimation] clearTrack
|
|
-- @param self
|
|
|
|
return nil
|