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

40 lines
1.2 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module EaseQuarticActionOut
-- @extend ActionEase
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#EaseQuarticActionOut] create
-- @param self
-- @param #cc.ActionInterval action
2014-03-10 14:04:58 +08:00
-- @return EaseQuarticActionOut#EaseQuarticActionOut ret (return value: cc.EaseQuarticActionOut)
--------------------------------
--
-- @function [parent=#EaseQuarticActionOut] clone
-- @param self
-- @return EaseQuarticActionOut#EaseQuarticActionOut ret (return value: cc.EaseQuarticActionOut)
--------------------------------
--
-- @function [parent=#EaseQuarticActionOut] update
-- @param self
-- @param #float time
-- @return EaseQuarticActionOut#EaseQuarticActionOut self (return value: cc.EaseQuarticActionOut)
--------------------------------
--
-- @function [parent=#EaseQuarticActionOut] reverse
-- @param self
-- @return ActionEase#ActionEase ret (return value: cc.ActionEase)
--------------------------------
--
-- @function [parent=#EaseQuarticActionOut] EaseQuarticActionOut
-- @param self
-- @return EaseQuarticActionOut#EaseQuarticActionOut self (return value: cc.EaseQuarticActionOut)
2014-03-10 14:04:58 +08:00
return nil