summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/EaseIn.lua
blob: 0cd1fff360e7a7b22bef9205a0d17ece7af29ed6 (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.EaseIn :cc.EaseRateAction
local EaseIn={ }
cc.EaseIn=EaseIn




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