summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/ccui.RelativeBox.lua
blob: f4845c6955775ebf32500c07d3249b2e7ff35e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---@meta

---@class ccui.RelativeBox :ccui.Layout
local RelativeBox={ }
ccui.RelativeBox=RelativeBox




---* 
---@param size size_table
---@return boolean
function RelativeBox:initWithSize (size) end
---@overload fun(size_table:size_table):self
---@overload fun():self
---@param size size_table
---@return self
function RelativeBox:create (size) end
---* 
---@return boolean
function RelativeBox:init () end
---* Default constructor.<br>
---* js ctor<br>
---* lua new
---@return self
function RelativeBox:RelativeBox () end