diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-08-13 01:23:32 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-08-13 01:23:32 +0800 |
commit | 04fa96b7c0abba4d7cca03ed12ff3b65b3912e01 (patch) | |
tree | c0c8a2c0e92d0580280f838ba475875c7f82a73c /meta/3rd/Cocos4.0/library/ccs.ActionScaleFrame.lua | |
parent | c30c5c2e267f6917600afe4f19e1e0d674bad9c6 (diff) | |
download | lua-language-server-04fa96b7c0abba4d7cca03ed12ff3b65b3912e01.zip |
fix #1431
Diffstat (limited to 'meta/3rd/Cocos4.0/library/ccs.ActionScaleFrame.lua')
-rw-r--r-- | meta/3rd/Cocos4.0/library/ccs.ActionScaleFrame.lua | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/3rd/Cocos4.0/library/ccs.ActionScaleFrame.lua b/meta/3rd/Cocos4.0/library/ccs.ActionScaleFrame.lua deleted file mode 100644 index 638e1a77..00000000 --- a/meta/3rd/Cocos4.0/library/ccs.ActionScaleFrame.lua +++ /dev/null @@ -1,36 +0,0 @@ ----@meta - ----@class ccs.ActionScaleFrame :ccs.ActionFrame -local ActionScaleFrame={ } -ccs.ActionScaleFrame=ActionScaleFrame - - - - ----* Changes the scale action scaleY.<br> ----* param rotation the scale action scaleY. ----@param scaleY float ----@return self -function ActionScaleFrame:setScaleY (scaleY) end ----* Changes the scale action scaleX.<br> ----* param the scale action scaleX. ----@param scaleX float ----@return self -function ActionScaleFrame:setScaleX (scaleX) end ----* Gets the scale action scaleY.<br> ----* return the scale action scaleY. ----@return float -function ActionScaleFrame:getScaleY () end ----* Gets the scale action scaleX.<br> ----* return the scale action scaleX. ----@return float -function ActionScaleFrame:getScaleX () end ----* Gets the ActionInterval of ActionFrame.<br> ----* param duration the duration time of ActionFrame<br> ----* return ActionInterval ----@param duration float ----@return cc.ActionInterval -function ActionScaleFrame:getAction (duration) end ----* Default constructor ----@return self -function ActionScaleFrame:ActionScaleFrame () end
\ No newline at end of file |