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




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