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