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

40 lines
1.2 KiB
Lua

--------------------------------
-- @module EaseExponentialInOut
-- @extend ActionEase
-- @parent_module cc
--------------------------------
--
-- @function [parent=#EaseExponentialInOut] create
-- @param self
-- @param #cc.ActionInterval action
-- @return EaseExponentialInOut#EaseExponentialInOut ret (return value: cc.EaseExponentialInOut)
--------------------------------
--
-- @function [parent=#EaseExponentialInOut] clone
-- @param self
-- @return EaseExponentialInOut#EaseExponentialInOut ret (return value: cc.EaseExponentialInOut)
--------------------------------
--
-- @function [parent=#EaseExponentialInOut] update
-- @param self
-- @param #float time
-- @return EaseExponentialInOut#EaseExponentialInOut self (return value: cc.EaseExponentialInOut)
--------------------------------
--
-- @function [parent=#EaseExponentialInOut] reverse
-- @param self
-- @return ActionEase#ActionEase ret (return value: cc.ActionEase)
--------------------------------
--
-- @function [parent=#EaseExponentialInOut] EaseExponentialInOut
-- @param self
-- @return EaseExponentialInOut#EaseExponentialInOut self (return value: cc.EaseExponentialInOut)
return nil