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

30 lines
842 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module ShatteredTiles3D
-- @extend TiledGrid3DAction
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- creates the action with a range, whether of not to shatter Z vertices, a grid size and duration
2014-03-10 14:04:58 +08:00
-- @function [parent=#ShatteredTiles3D] create
-- @param self
-- @param #float duration
-- @param #size_table gridSize
-- @param #int range
-- @param #bool shatterZ
2014-03-10 14:04:58 +08:00
-- @return ShatteredTiles3D#ShatteredTiles3D ret (return value: cc.ShatteredTiles3D)
--------------------------------
--
-- @function [parent=#ShatteredTiles3D] clone
-- @param self
-- @return ShatteredTiles3D#ShatteredTiles3D ret (return value: cc.ShatteredTiles3D)
--------------------------------
--
-- @function [parent=#ShatteredTiles3D] update
-- @param self
-- @param #float time
2014-03-10 14:04:58 +08:00
return nil