Bounds
Defines a rectangle. This is a WIP
| Name | Type | Default | Range | Description |
|---|---|---|---|---|
| bottom | number | - | - | Coordinates of the bottom edge |
| left | number | - | - | Coordinates of the left edge |
| right | number | - | - | Coordinates of the right edge |
| top | number | - | - | Coordinates of the top edge |
| typename | string | "Bounds" | ||
| - | The class name of the referenced object |
Properties#
| Name | Type | Access | Description |
|---|---|---|---|
| height | number | Read-only | Calculated height |
| width | number | Read-only | Calculated width |
Methods#
union#
Parameters#
| Name | Type |
|---|---|
inBounds | Bounds |
