Preparing search index...
The search index is not available
Detect-Collisions
Detect-Collisions
BoxConstructor
Interface BoxConstructor<TBox>
interface
BoxConstructor
<
TBox
>
{
new BoxConstructor
new
(
position
:
PotentialVector
,
width
:
number
,
height
:
number
,
options
?:
BodyOptions
<
any
>
)
:
TBox
;
}
Type Parameters
TBox
extends
Box
Index
Constructors
constructor
Constructors
constructor
new
Box
Constructor
(
position
,
width
,
height
,
options
?
)
:
TBox
Parameters
position
:
PotentialVector
width
:
number
height
:
number
Optional
options
:
BodyOptions
<
any
>
Returns
TBox
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Detect-Collisions
Loading...