mirror of https://github.com/axmolengine/axmol.git
39 lines
1002 B
Lua
39 lines
1002 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module Skeleton
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Skeleton] setToSetupPose
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Skeleton] setBlendFunc
|
||
|
-- @param self
|
||
|
-- @param #cc.BlendFunc blendfunc
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Skeleton] onDraw
|
||
|
-- @param self
|
||
|
-- @param #kmMat4 kmmat4
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Skeleton] setSlotsToSetupPose
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Skeleton] getBlendFunc
|
||
|
-- @param self
|
||
|
-- @return BlendFunc#BlendFunc ret (return value: cc.BlendFunc)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Skeleton] setSkin
|
||
|
-- @param self
|
||
|
-- @param #char char
|
||
|
-- @return bool#bool ret (return value: bool)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Skeleton] setBonesToSetupPose
|
||
|
-- @param self
|
||
|
|
||
|
return nil
|