nixos/lua-lsp/meta/3rd/Cocos4.0/library/ccs/RotationSkewFrame.lua

18 lines
332 B
Lua
Raw Normal View History

---@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