mirror of https://github.com/axmolengine/axmol.git
23 lines
508 B
Lua
23 lines
508 B
Lua
|
|
--------------------------------
|
|
-- @module SkeletonAnimation
|
|
-- @extend Skeleton
|
|
-- @parent_module sp
|
|
|
|
--------------------------------
|
|
-- @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
|
|
|
|
return nil
|