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

36 lines
1.1 KiB
Lua

--------------------------------
-- @module EaseExponentialIn
-- @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 EaseExponentialIn action. If creation failed, return nil.
-- @function [parent=#EaseExponentialIn] create
-- @param self
-- @param #cc.ActionInterval action
-- @return EaseExponentialIn#EaseExponentialIn ret (return value: cc.EaseExponentialIn)
--------------------------------
--
-- @function [parent=#EaseExponentialIn] clone
-- @param self
-- @return EaseExponentialIn#EaseExponentialIn ret (return value: cc.EaseExponentialIn)
--------------------------------
--
-- @function [parent=#EaseExponentialIn] update
-- @param self
-- @param #float time
-- @return EaseExponentialIn#EaseExponentialIn self (return value: cc.EaseExponentialIn)
--------------------------------
--
-- @function [parent=#EaseExponentialIn] reverse
-- @param self
-- @return ActionEase#ActionEase ret (return value: cc.ActionEase)
return nil