mirror of https://github.com/axmolengine/axmol.git
16 lines
363 B
Lua
16 lines
363 B
Lua
|
|
--------------------------------
|
|
-- @module Layer
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Layer] create
|
|
-- @param self
|
|
-- @return Layer#Layer ret (return value: cc.Layer)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Layer] getDescription
|
|
-- @param self
|
|
-- @return string#string ret (return value: string)
|
|
|
|
return nil
|