API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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?: number
Agent width in nodes, as in FindPathOptions.agentSize.
maxCost?: number
Highest traversal cost to include. Defaults to Infinity.
maxExpandedNodes?: number
Node budget, as in FindPathOptions.maxExpandedNodes.
Source