summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.EaseExponentialInOut.lua
blob: fe6789bdc819aeda0428c118b71d0e5255291192 (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.EaseExponentialInOut :cc.ActionEase
local EaseExponentialInOut={ }
cc.EaseExponentialInOut=EaseExponentialInOut




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