@duplicis/types - v1.0.0
Preparing search index...
Box
Interface Box
2D box size & vector
interface
Box
{
height
:
number
;
width
:
number
;
x
:
number
;
y
:
number
;
}
Hierarchy (
View Summary
)
Vec2
Box
Index
Properties
height
width
x
y
Properties
height
height
:
number
width
width
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
width
x
y
@duplicis/types - v1.0.0
Loading...
2D box size & vector