Search
Preparing search index...
The search index is not available
schach-pathfinding
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"data/graph"
Colored
Interface Colored<T, C>
Generic colored graph interface.
Type parameters
T
type of vertex on the graph.
C
color type.
Hierarchy
Colored
ColoredMutable
Implemented by
GameMapGraph
Index
Methods
color
Methods
color
color
(
v
:
T
)
:
C
|
undefined
Parameters
v:
T
Returns
C
|
undefined
Globals
"algorithm/a-
star"
"algorithm/flood-
fill"
"algorithm/index"
"algorithm/rea-
star"
"core/index"
"core/path-
follower"
"core/target-
follower"
"data/game-
map-
graph"
"data/graph"
"data/index"
"data/square-
grid"
"main"
"patch/game-
character"
"patch/game-
map"
"patch/game-
player"
"patch/game-
system"
"plugin"
"strategy/index"
"strategy/loop"
"strategy/standard"
"util/deque"
"util/index"
"util/order"
"util/priority-
queue"
Colored
color
Colored
Mutable
Di
Graph
Graph
Weighted
Generated using
TypeDoc
Generic colored graph interface.