2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module TiledGrid3D
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend GridBase
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- 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)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TiledGrid3D] calculateVertexPoints
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TiledGrid3D] blit
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TiledGrid3D] reuse
|
|
|
|
-- @param self
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TiledGrid3D] TiledGrid3D
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|