traviso.js - v0.1.12
Preparing search index...
TPathFindingAlgorithms
Type Alias TPathFindingAlgorithms
Type declaration for available path finding algorithms
type
TPathFindingAlgorithms
=
{
ASTAR_DIAGONAL
:
TPathFindingAlgorithmID
;
ASTAR_ORTHOGONAL
:
TPathFindingAlgorithmID
;
}
Index
Properties
ASTAR_
DIAGONAL
ASTAR_
ORTHOGONAL
Properties
Readonly
ASTAR_
DIAGONAL
ASTAR_DIAGONAL
:
TPathFindingAlgorithmID
Readonly
ASTAR_
ORTHOGONAL
ASTAR_ORTHOGONAL
:
TPathFindingAlgorithmID
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ASTAR_
DIAGONAL
ASTAR_
ORTHOGONAL
traviso.js - v0.1.12
Loading...
Type declaration for available path finding algorithms