API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceFloodOptions
@codexo/exojs-pathfinding / pathfinding / stable
Options for Pathfinder.floodFrom.
3
props
0
methods
0
events
Import
import { FloodOptions } from '@codexo/exojs-pathfinding'Options for Pathfinder.floodFrom.
Properties3
agentSize?: numberAgent width in nodes, as in FindPathOptions.agentSize.
maxCost?: numberHighest traversal cost to include. Defaults to Infinity.
maxExpandedNodes?: numberNode budget, as in FindPathOptions.maxExpandedNodes.
Source