Search
Preparing search index...
The search index is not available
@esengine/egret-framework
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"AI/Pathfinding/BreadthFirst/BreadthFirstPathfinder"
es
BreadthFirstPathfinder
Class BreadthFirstPathfinder
计算路径给定的IUnweightedGraph和开始/目标位置
Hierarchy
BreadthFirstPathfinder
Index
Methods
has
Key
search
Methods
Static
Private
has
Key
has
Key<T>
(
map
:
Map
<
T
,
T
>
, compareKey
:
T
)
:
boolean
Type parameters
T
Parameters
map:
Map
<
T
,
T
>
compareKey:
T
Returns
boolean
Static
search
search<T>
(
graph
:
IUnweightedGraph
<
T
>
, start
:
T
, goal
:
T
)
:
T
[]
Type parameters
T
Parameters
graph:
IUnweightedGraph
<
T
>
start:
T
goal:
T
Returns
T
[]
Globals
"AI/
Pathfinding/
Breadth
First/
Breadth
First
Pathfinder"
es
Breadth
First
Pathfinder
has
Key
search
Generated using
TypeDoc
计算路径给定的IUnweightedGraph和开始/目标位置