axmol/cocos/scripting/lua-bindings/auto/api/ParallaxNode.lua

37 lines
1005 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @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