summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.EaseQuinticActionOut.lua
blob: 4cf11818989cfef21af141d975dc57e726913322 (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

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




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