summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/ccs/RotationSkewFrame.lua
blob: e7baa172b2f664086513542c2889461d55ccb722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---@meta

---@class ccs.RotationSkewFrame :ccs.SkewFrame
local RotationSkewFrame={ }
ccs.RotationSkewFrame=RotationSkewFrame




---* 
---@return self
function RotationSkewFrame:create () end
---* 
---@return ccs.Frame
function RotationSkewFrame:clone () end
---* 
---@return self
function RotationSkewFrame:RotationSkewFrame () end