axmol/cocos/scripting/lua-bindings/auto/api/SkeletonAnimation.lua

26 lines
539 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module SkeletonAnimation
-- @extend Skeleton
-- @parent_module sp
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#SkeletonAnimation] setMix
-- @param self
-- @param #char fromAnimation
-- @param #char toAnimation
-- @param #float duration
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#SkeletonAnimation] clearTracks
-- @param self
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#SkeletonAnimation] clearTrack
-- @param self
return nil