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