mirror of https://github.com/axmolengine/axmol.git
25 lines
671 B
Lua
25 lines
671 B
Lua
|
|
--------------------------------
|
|
-- @module ShatteredTiles3D
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ShatteredTiles3D] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #size_table size
|
|
-- @param #int int
|
|
-- @param #bool bool
|
|
-- @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 float
|
|
|
|
return nil
|