Header menu logo Nu

Path<'Node> Type

A path through a graph of A* nodes.

Constructors

Constructor Description

Path(start)

Full Usage: Path(start)

Parameters:
    start : 'Node

start : 'Node

Instance members

Instance member Description

this.AddStep

Full Usage: this.AddStep

Parameters:
    step : 'Node
    stepCost : float32

Returns: Path<'Node>
step : 'Node
stepCost : float32
Returns: Path<'Node>

this.LastStep

Full Usage: this.LastStep

this.PreviousSteps

Full Usage: this.PreviousSteps

this.TotalCost

Full Usage: this.TotalCost

Type something to start searching.