mirror of https://github.com/axmolengine/axmol.git
37 lines
1005 B
Lua
37 lines
1005 B
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)
|
|
|
|
return nil
|