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