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

36 lines
1.2 KiB
Lua

--------------------------------
-- @module EaseExponentialInOut
-- @extend ActionEase
-- @parent_module cc
--------------------------------
-- brief Create the action with the inner action.<br>
-- param action The pointer of the inner action.<br>
-- return A pointer of EaseExponentialInOut action. If creation failed, return nil.
-- @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 EaseExponentialInOut#EaseExponentialInOut ret (return value: cc.EaseExponentialInOut)
return nil