BoundingBox
An axis-aligned bounding box
Properties
| NAME | TYPE | DESCRIPTION |
|---|
| min | Vector2 | The top left of the bounding box |
| max | Vector2 | The bottom right of the bounding box |
| width | number | The width of the bounding box |
| min | number | The height of the bounding box |
| center | Vector2 | The center of the bounding box |