axmol/cocos/scripting/lua-bindings/auto/api/TiledGrid3D.lua

44 lines
1.2 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module TiledGrid3D
-- @extend GridBase
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- @overload self, size_table
-- @overload self, size_table, cc.Texture2D, bool
2014-03-10 14:04:58 +08:00
-- @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)
2014-03-10 14:04:58 +08:00
--------------------------------
--
-- @function [parent=#TiledGrid3D] calculateVertexPoints
-- @param self
-- @return TiledGrid3D#TiledGrid3D self (return value: cc.TiledGrid3D)
--------------------------------
-- @{<br>
-- Implementations for interfaces in base calss.
-- @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)
2014-03-10 14:04:58 +08:00
--------------------------------
-- Constructor.<br>
-- js ctor
2014-03-10 14:04:58 +08:00
-- @function [parent=#TiledGrid3D] TiledGrid3D
-- @param self
-- @return TiledGrid3D#TiledGrid3D self (return value: cc.TiledGrid3D)
2014-03-10 14:04:58 +08:00
return nil