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

36 lines
1.1 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module EaseExponentialOut
-- @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 EaseExponentialOut action. If creation failed, return nil.
2014-03-10 14:04:58 +08:00
-- @function [parent=#EaseExponentialOut] create
-- @param self
-- @param #cc.ActionInterval action
2014-03-10 14:04:58 +08:00
-- @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 time
-- @return EaseExponentialOut#EaseExponentialOut self (return value: cc.EaseExponentialOut)
--------------------------------
--
-- @function [parent=#EaseExponentialOut] reverse
-- @param self
-- @return ActionEase#ActionEase ret (return value: cc.ActionEase)
2014-03-10 14:04:58 +08:00
return nil