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