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




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