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




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