mirror of https://github.com/axmolengine/axmol.git
34 lines
924 B
Lua
34 lines
924 B
Lua
|
|
--------------------------------
|
|
-- @module WavesTiles3D
|
|
--------------------------------
|
|
-- @function [parent=#WavesTiles3D] getAmplitudeRate
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#WavesTiles3D] setAmplitude
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#WavesTiles3D] setAmplitudeRate
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#WavesTiles3D] getAmplitude
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#WavesTiles3D] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #size_table size
|
|
-- @param #unsigned int int
|
|
-- @param #float float
|
|
-- @return WavesTiles3D#WavesTiles3D ret (return value: cc.WavesTiles3D)
|
|
|
|
return nil
|