mirror of https://github.com/axmolengine/axmol.git
20 lines
462 B
Lua
20 lines
462 B
Lua
|
|
--------------------------------
|
|
-- @module LayerMultiplex
|
|
--------------------------------
|
|
-- @function [parent=#LayerMultiplex] switchToAndReleaseMe
|
|
-- @param self
|
|
-- @param #int int
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LayerMultiplex] addLayer
|
|
-- @param self
|
|
-- @param #cc.Layer layer
|
|
|
|
--------------------------------
|
|
-- @function [parent=#LayerMultiplex] switchTo
|
|
-- @param self
|
|
-- @param #int int
|
|
|
|
return nil
|