wima
Preparing search index...
Broadphase2D
Class Broadphase2D
Index
Constructors
constructor
Methods
clear
push
query
Box
query
Circle
query
Point
Constructors
constructor
new
Broadphase2D
(
broadphasable
:
Broadphasable2D
)
:
Broadphase2D
Parameters
broadphasable
:
Broadphasable2D
Returns
Broadphase2D
Methods
clear
clear
()
:
void
Returns
void
push
push
(
entity
:
Entity
,
broadphase
:
BoundingBox2D
)
:
void
Parameters
entity
:
Entity
broadphase
:
BoundingBox2D
Returns
void
query
Box
queryBox
(
bound
:
BoundingBox2D
,
target
?:
Entity
[]
)
:
Entity
[]
Parameters
bound
:
BoundingBox2D
Optional
target
:
Entity
[]
= []
Returns
Entity
[]
query
Circle
queryCircle
(
bound
:
BoundingCircle
,
target
?:
Entity
[]
)
:
Entity
[]
Parameters
bound
:
BoundingCircle
target
:
Entity
[]
= []
Returns
Entity
[]
query
Point
queryPoint
(
point
:
Vector2
,
target
?:
Entity
[]
)
:
Entity
[]
Parameters
point
:
Vector2
Optional
target
:
Entity
[]
= []
Returns
Entity
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
clear
push
query
Box
query
Circle
query
Point
wima
Loading...