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




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