mirror of https://github.com/axmolengine/axmol.git
58 lines
1.5 KiB
Lua
58 lines
1.5 KiB
Lua
|
|
--------------------------------
|
|
-- @module ParallaxNode
|
|
|
|
--------------------------------
|
|
-- overload function: getParallaxArray()
|
|
--
|
|
-- overload function: getParallaxArray()
|
|
--
|
|
-- @function [parent=#ParallaxNode] getParallaxArray
|
|
-- @param self
|
|
-- @return _ccArray#_ccArray ret (retunr value: cc._ccArray)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParallaxNode] addChild
|
|
-- @param self
|
|
-- @param #cc.Node node
|
|
-- @param #int int
|
|
-- @param #point_table point
|
|
-- @param #point_table point
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParallaxNode] removeAllChildrenWithCleanup
|
|
-- @param self
|
|
-- @param #bool bool
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParallaxNode] setParallaxArray
|
|
-- @param self
|
|
-- @param #cc._ccArray _ccarray
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParallaxNode] create
|
|
-- @param self
|
|
-- @return ParallaxNode#ParallaxNode ret (return value: cc.ParallaxNode)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParallaxNode] addChild
|
|
-- @param self
|
|
-- @param #cc.Node node
|
|
-- @param #int int
|
|
-- @param #int int
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParallaxNode] visit
|
|
-- @param self
|
|
-- @param #cc.Renderer renderer
|
|
-- @param #kmMat4 kmmat4
|
|
-- @param #bool bool
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ParallaxNode] removeChild
|
|
-- @param self
|
|
-- @param #cc.Node node
|
|
-- @param #bool bool
|
|
|
|
return nil
|