mirror of https://github.com/axmolengine/axmol.git
42 lines
1.2 KiB
Lua
42 lines
1.2 KiB
Lua
|
|
--------------------------------
|
|
-- @module TiledGrid3D
|
|
-- @extend GridBase
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @overload self, size_table
|
|
-- @overload self, size_table, cc.Texture2D, bool
|
|
-- @function [parent=#TiledGrid3D] create
|
|
-- @param self
|
|
-- @param #size_table gridSize
|
|
-- @param #cc.Texture2D texture
|
|
-- @param #bool flipped
|
|
-- @return TiledGrid3D#TiledGrid3D ret (return value: cc.TiledGrid3D)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#TiledGrid3D] calculateVertexPoints
|
|
-- @param self
|
|
-- @return TiledGrid3D#TiledGrid3D self (return value: cc.TiledGrid3D)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#TiledGrid3D] blit
|
|
-- @param self
|
|
-- @return TiledGrid3D#TiledGrid3D self (return value: cc.TiledGrid3D)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#TiledGrid3D] reuse
|
|
-- @param self
|
|
-- @return TiledGrid3D#TiledGrid3D self (return value: cc.TiledGrid3D)
|
|
|
|
--------------------------------
|
|
-- js ctor
|
|
-- @function [parent=#TiledGrid3D] TiledGrid3D
|
|
-- @param self
|
|
-- @return TiledGrid3D#TiledGrid3D self (return value: cc.TiledGrid3D)
|
|
|
|
return nil
|