diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/cc.EaseSineOut.lua')
-rw-r--r-- | meta/3rd/Cocos4.0/cc.EaseSineOut.lua | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/cc.EaseSineOut.lua b/meta/3rd/Cocos4.0/cc.EaseSineOut.lua new file mode 100644 index 00000000..906c2fb5 --- /dev/null +++ b/meta/3rd/Cocos4.0/cc.EaseSineOut.lua @@ -0,0 +1,25 @@ + +---@class cc.EaseSineOut :cc.ActionEase +local EaseSineOut={ } +cc.EaseSineOut=EaseSineOut + + + + +---* +---@param action cc.ActionInterval +---@return self +function EaseSineOut:create (action) end +---* +---@return self +function EaseSineOut:clone () end +---* +---@param time float +---@return self +function EaseSineOut:update (time) end +---* +---@return cc.ActionEase +function EaseSineOut:reverse () end +---* +---@return self +function EaseSineOut:EaseSineOut () end
\ No newline at end of file |