summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/EaseQuarticActionOut.lua
blob: e96994b424b9f80c0fb6dad108a59f9d7bdbbaa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---@meta

---@class cc.EaseQuarticActionOut :cc.ActionEase
local EaseQuarticActionOut={ }
cc.EaseQuarticActionOut=EaseQuarticActionOut




---* 
---@param action cc.ActionInterval
---@return self
function EaseQuarticActionOut:create (action) end
---* 
---@return self
function EaseQuarticActionOut:clone () end
---* 
---@param time float
---@return self
function EaseQuarticActionOut:update (time) end
---* 
---@return cc.ActionEase
function EaseQuarticActionOut:reverse () end
---* 
---@return self
function EaseQuarticActionOut:EaseQuarticActionOut () end