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

---@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