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

26 lines
557 B
Lua
Raw Normal View History

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