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

42 lines
1.4 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module EaseExponentialInOut
-- @extend ActionEase
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- 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.
2014-03-10 14:04:58 +08:00
-- @function [parent=#EaseExponentialInOut] create
-- @param self
-- @param #cc.ActionInterval action
2014-03-10 14:04:58 +08:00
-- @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)
--------------------------------
--
-- @function [parent=#EaseExponentialInOut] EaseExponentialInOut
-- @param self
-- @return EaseExponentialInOut#EaseExponentialInOut self (return value: cc.EaseExponentialInOut)
2014-03-10 14:04:58 +08:00
return nil