2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module EaseCubicActionOut
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend ActionEase
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module cc
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#EaseCubicActionOut] create
|
|
|
|
-- @param self
|
2014-08-29 18:38:25 +08:00
|
|
|
-- @param #cc.ActionInterval actioninterval
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @return EaseCubicActionOut#EaseCubicActionOut ret (return value: cc.EaseCubicActionOut)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#EaseCubicActionOut] clone
|
|
|
|
-- @param self
|
|
|
|
-- @return EaseCubicActionOut#EaseCubicActionOut ret (return value: cc.EaseCubicActionOut)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#EaseCubicActionOut] update
|
|
|
|
-- @param self
|
2014-08-29 18:38:25 +08:00
|
|
|
-- @param #float float
|
2014-03-18 15:55:30 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#EaseCubicActionOut] reverse
|
|
|
|
-- @param self
|
|
|
|
-- @return EaseCubicActionOut#EaseCubicActionOut ret (return value: cc.EaseCubicActionOut)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|