wima
Preparing search index...
Broadphasable2D
Interface Broadphasable2D
interface
Broadphasable2D
{
clear
:
()
=>
void
;
push
:
(
entity
:
Entity
,
bound
:
BoundingBox2D
)
=>
void
;
queryBox
:
(
bound
:
BoundingBox2D
,
target
?:
Entity
[]
)
=>
Entity
[]
;
queryCircle
:
(
bound
:
BoundingCircle
,
target
?:
Entity
[]
)
=>
Entity
[]
;
queryPoint
:
(
bound
:
Vector2
,
target
?:
Entity
[]
)
=>
Entity
[]
;
}
Index
Properties
clear
push
query
Box
query
Circle
query
Point
Properties
clear
clear
:
()
=>
void
push
push
:
(
entity
:
Entity
,
bound
:
BoundingBox2D
)
=>
void
query
Box
queryBox
:
(
bound
:
BoundingBox2D
,
target
?:
Entity
[]
)
=>
Entity
[]
query
Circle
queryCircle
:
(
bound
:
BoundingCircle
,
target
?:
Entity
[]
)
=>
Entity
[]
query
Point
queryPoint
:
(
bound
:
Vector2
,
target
?:
Entity
[]
)
=>
Entity
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clear
push
query
Box
query
Circle
query
Point
wima
Loading...