summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc.EaseOut.lua
blob: b786c607ebf4cd9e83bb3554d6b46a99afc59671 (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
27
---@meta

---@class cc.EaseOut :cc.EaseRateAction
local EaseOut={ }
cc.EaseOut=EaseOut




---* 
---@param action cc.ActionInterval
---@param rate float
---@return self
function EaseOut:create (action,rate) end
---* 
---@return self
function EaseOut:clone () end
---* 
---@param time float
---@return self
function EaseOut:update (time) end
---* 
---@return cc.EaseRateAction
function EaseOut:reverse () end
---* 
---@return self
function EaseOut:EaseOut () end