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