mirror of https://github.com/axmolengine/axmol.git
25 lines
651 B
Lua
25 lines
651 B
Lua
|
|
--------------------------------
|
|
-- @module GLView
|
|
--------------------------------
|
|
-- @function [parent=#GLView] createWithRect
|
|
-- @param self
|
|
-- @param #string str
|
|
-- @param #rect_table rect
|
|
-- @param #float float
|
|
-- @return GLView#GLView ret (return value: cc.GLView)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#GLView] create
|
|
-- @param self
|
|
-- @param #string str
|
|
-- @return GLView#GLView ret (return value: cc.GLView)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#GLView] createWithFullScreen
|
|
-- @param self
|
|
-- @param #string str
|
|
-- @return GLView#GLView ret (return value: cc.GLView)
|
|
|
|
return nil
|