axmol/cocos/scripting/lua-bindings/auto/api/EaseElastic.lua

33 lines
906 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module EaseElastic
-- @extend ActionEase
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- set period of the wave in radians.
2014-03-10 14:04:58 +08:00
-- @function [parent=#EaseElastic] setPeriod
-- @param self
-- @param #float fPeriod
-- @return EaseElastic#EaseElastic self (return value: cc.EaseElastic)
2014-03-10 14:04:58 +08:00
--------------------------------
-- get period of the wave in radians. default is 0.3
2014-03-10 14:04:58 +08:00
-- @function [parent=#EaseElastic] getPeriod
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
--
-- @function [parent=#EaseElastic] clone
-- @param self
-- @return EaseElastic#EaseElastic ret (return value: cc.EaseElastic)
--------------------------------
--
-- @function [parent=#EaseElastic] reverse
-- @param self
-- @return EaseElastic#EaseElastic ret (return value: cc.EaseElastic)
2014-03-10 14:04:58 +08:00
return nil