mirror of https://github.com/axmolengine/axmol.git
14 lines
333 B
Lua
14 lines
333 B
Lua
|
|
--------------------------------
|
|
-- @module ShakyTiles3D
|
|
--------------------------------
|
|
-- @function [parent=#ShakyTiles3D] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #size_table size
|
|
-- @param #int int
|
|
-- @param #bool bool
|
|
-- @return ShakyTiles3D#ShakyTiles3D ret (return value: cc.ShakyTiles3D)
|
|
|
|
return nil
|