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

29 lines
852 B
Lua

--------------------------------
-- @module EaseExponentialIn
-- @extend ActionEase
-- @parent_module cc
--------------------------------
-- @function [parent=#EaseExponentialIn] create
-- @param self
-- @param #cc.ActionInterval actioninterval
-- @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 float
--------------------------------
-- @function [parent=#EaseExponentialIn] reverse
-- @param self
-- @return ActionEase#ActionEase ret (return value: cc.ActionEase)
return nil