Name | Type | Description |
---|---|---|
left |
number |
The left coordinate value of the bounding box. |
top |
number |
The top coordinate value of the bounding box. |
right |
number |
The right coordinate value of the bounding box. |
bottom |
number |
The bottom coordinate value of the bounding box. |
- Since:
- 7.1.0
Members
PIXI.utils.BoundingBox.EMPTY PIXI.utils.BoundingBox staticreadonly
An empty BoundingBox.
The bottom coordinate value of the bounding box.
The height of the bounding box.
The left coordinate value of the bounding box.
The right coordinate value of the bounding box.
The top coordinate value of the bounding box.
The width of the bounding box.
Methods
Determines whether the BoundingBox is empty.
Returns:
Type | Description |
---|---|
boolean |