Preparing search index...
The search index is not available
@ar-project/host-object-model
@ar-project/host-object-model
BoundingBox
Interface BoundingBox
Represents the bounding box of an UI.
interface
BoundingBox
{
bottom
:
number
;
height
:
number
;
left
:
number
;
right
:
number
;
top
:
number
;
width
:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
bottom
height
left
right
top
width
x
y
Properties
bottom
bottom
:
number
height
height
:
number
left
left
:
number
right
right
:
number
top
top
:
number
width
width
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
bottom
height
left
right
top
width
x
y
@ar-project/host-object-model
Loading...
Represents the bounding box of an UI.