mirror of https://github.com/axmolengine/axmol.git
29 lines
887 B
Lua
29 lines
887 B
Lua
|
|
--------------------------------
|
|
-- @module EaseCubicActionOut
|
|
-- @extend ActionEase
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseCubicActionOut] create
|
|
-- @param self
|
|
-- @param #cc.ActionInterval actioninterval
|
|
-- @return EaseCubicActionOut#EaseCubicActionOut ret (return value: cc.EaseCubicActionOut)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseCubicActionOut] clone
|
|
-- @param self
|
|
-- @return EaseCubicActionOut#EaseCubicActionOut ret (return value: cc.EaseCubicActionOut)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseCubicActionOut] update
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EaseCubicActionOut] reverse
|
|
-- @param self
|
|
-- @return EaseCubicActionOut#EaseCubicActionOut ret (return value: cc.EaseCubicActionOut)
|
|
|
|
return nil
|