mirror of https://github.com/axmolengine/axmol.git
21 lines
509 B
Lua
21 lines
509 B
Lua
|
|
--------------------------------
|
|
-- @module Grid3D
|
|
--------------------------------
|
|
-- overload function: create(size_table)
|
|
--
|
|
-- overload function: create(size_table, cc.Texture2D, bool)
|
|
--
|
|
-- @function [parent=#Grid3D] create
|
|
-- @param self
|
|
-- @param #size_table size
|
|
-- @param #cc.Texture2D texture2d
|
|
-- @param #bool bool
|
|
-- @return Grid3D#Grid3D ret (retunr value: cc.Grid3D)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Grid3D] Grid3D
|
|
-- @param self
|
|
|
|
return nil
|