summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.EaseElasticOut.lua
blob: 5081dbf7bb0984c39df71da477f3553d5fa64a78 (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

---@class cc.EaseElasticOut :cc.EaseElastic
local EaseElasticOut={ }
cc.EaseElasticOut=EaseElasticOut




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