diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/ccs.RotationFrame.lua')
-rw-r--r-- | meta/3rd/Cocos4.0/ccs.RotationFrame.lua | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/3rd/Cocos4.0/ccs.RotationFrame.lua b/meta/3rd/Cocos4.0/ccs.RotationFrame.lua deleted file mode 100644 index ca2f9652..00000000 --- a/meta/3rd/Cocos4.0/ccs.RotationFrame.lua +++ /dev/null @@ -1,25 +0,0 @@ ----@meta - ----@class ccs.RotationFrame :ccs.Frame -local RotationFrame={ } -ccs.RotationFrame=RotationFrame - - - - ----* ----@param rotation float ----@return self -function RotationFrame:setRotation (rotation) end ----* ----@return float -function RotationFrame:getRotation () end ----* ----@return self -function RotationFrame:create () end ----* ----@return ccs.Frame -function RotationFrame:clone () end ----* ----@return self -function RotationFrame:RotationFrame () end
\ No newline at end of file |