diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/ccs.RotationFrame.lua')
-rw-r--r-- | meta/3rd/Cocos4.0/ccs.RotationFrame.lua | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/ccs.RotationFrame.lua b/meta/3rd/Cocos4.0/ccs.RotationFrame.lua new file mode 100644 index 00000000..ecc19937 --- /dev/null +++ b/meta/3rd/Cocos4.0/ccs.RotationFrame.lua @@ -0,0 +1,24 @@ + +---@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 |