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

37 lines
1.2 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module LayerMultiplex
-- @extend Layer
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- release the current layer and switches to another layer indexed by n.<br>
-- The current (old) layer will be removed from it's parent with 'cleanup=true'.
2014-03-10 14:04:58 +08:00
-- @function [parent=#LayerMultiplex] switchToAndReleaseMe
-- @param self
-- @param #int n
-- @return LayerMultiplex#LayerMultiplex self (return value: cc.LayerMultiplex)
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#LayerMultiplex] addLayer
-- @param self
-- @param #cc.Layer layer
-- @return LayerMultiplex#LayerMultiplex self (return value: cc.LayerMultiplex)
2014-03-10 14:04:58 +08:00
--------------------------------
-- switches to a certain layer indexed by n.<br>
-- The current (old) layer will be removed from it's parent with 'cleanup=true'.
2014-03-10 14:04:58 +08:00
-- @function [parent=#LayerMultiplex] switchTo
-- @param self
-- @param #int n
-- @return LayerMultiplex#LayerMultiplex self (return value: cc.LayerMultiplex)
2014-03-10 14:04:58 +08:00
--------------------------------
--
-- @function [parent=#LayerMultiplex] getDescription
-- @param self
-- @return string#string ret (return value: string)
2014-03-10 14:04:58 +08:00
return nil