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