mirror of https://github.com/axmolengine/axmol.git
36 lines
898 B
Lua
36 lines
898 B
Lua
|
|
--------------------------------
|
|
-- @module TiledGrid3D
|
|
-- @extend GridBase
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- 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] calculateVertexPoints
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TiledGrid3D] blit
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TiledGrid3D] reuse
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TiledGrid3D] TiledGrid3D
|
|
-- @param self
|
|
|
|
return nil
|