Rect
Fields
Name | Type | Description |
---|---|---|
x | float | - |
y | float | - |
z | float | - |
w | float | - |
Functions
new
This function has no parameters.
Return value
Name | Type | Description |
---|---|---|
value | Rect | New instance of a Rect |
local rect = Rect.new()
new
Name | Type | Description |
---|---|---|
x | float | - |
y | float | - |
z | float | - |
w | float | - |
Return value
Name | Type | Description |
---|---|---|
value | Rect | New instance of a Rect |
local rect = Rect.new(1.0, 2.0, 3.0, 4.0)