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