nixos/lua-lsp/meta/3rd/Cocos4.0/library/cc/EaseExponentialOut.lua

26 lines
537 B
Lua
Raw Normal View History

---@meta
---@class cc.EaseExponentialOut :cc.ActionEase
local EaseExponentialOut={ }
cc.EaseExponentialOut=EaseExponentialOut
---*
---@param action cc.ActionInterval
---@return self
function EaseExponentialOut:create (action) end
---*
---@return self
function EaseExponentialOut:clone () end
---*
---@param time float
---@return self
function EaseExponentialOut:update (time) end
---*
---@return cc.ActionEase
function EaseExponentialOut:reverse () end
---*
---@return self
function EaseExponentialOut:EaseExponentialOut () end