mirror of https://github.com/axmolengine/axmol.git
26 lines
664 B
Lua
26 lines
664 B
Lua
|
|
--------------------------------
|
|
-- @module AttachNode
|
|
-- @extend Node
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#AttachNode] create
|
|
-- @param self
|
|
-- @param #cc.Bone3D bone3d
|
|
-- @return AttachNode#AttachNode ret (return value: cc.AttachNode)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#AttachNode] getWorldToNodeTransform
|
|
-- @param self
|
|
-- @return mat4_table#mat4_table ret (return value: mat4_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#AttachNode] visit
|
|
-- @param self
|
|
-- @param #cc.Renderer renderer
|
|
-- @param #mat4_table mat4
|
|
-- @param #unsigned int int
|
|
|
|
return nil
|