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