diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/ccs.ColorFrame.lua')
-rw-r--r-- | meta/3rd/Cocos4.0/ccs.ColorFrame.lua | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/ccs.ColorFrame.lua b/meta/3rd/Cocos4.0/ccs.ColorFrame.lua new file mode 100644 index 00000000..db979355 --- /dev/null +++ b/meta/3rd/Cocos4.0/ccs.ColorFrame.lua @@ -0,0 +1,24 @@ + +---@class ccs.ColorFrame :ccs.Frame +local ColorFrame={ } +ccs.ColorFrame=ColorFrame + + + + +---* +---@return color3b_table +function ColorFrame:getColor () end +---* +---@param color color3b_table +---@return self +function ColorFrame:setColor (color) end +---* +---@return self +function ColorFrame:create () end +---* +---@return ccs.Frame +function ColorFrame:clone () end +---* +---@return self +function ColorFrame:ColorFrame () end
\ No newline at end of file |