Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
PathfinderOptions
Interface PathfinderOptions
interface
PathfinderOptions
{
allowDiagonal
?:
boolean
;
blockCornerCutting
?:
boolean
;
maxNodes
?:
number
;
cost
?:
CellCostFn
;
heuristic
?:
HeuristicFn
;
}
Index
Properties
allow
Diagonal?
block
Corner
Cutting?
max
Nodes?
cost?
heuristic?
Properties
Optional
allow
Diagonal
allowDiagonal
?:
boolean
Optional
block
Corner
Cutting
blockCornerCutting
?:
boolean
Optional
max
Nodes
maxNodes
?:
number
Optional
cost
cost
?:
CellCostFn
Optional
heuristic
heuristic
?:
HeuristicFn
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Diagonal
block
Corner
Cutting
max
Nodes
cost
heuristic
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...