Struct AStarEvalOptionResult
Indicates wether a path was found and contains the index of the target.
Namespace: AnyPath.Native
Assembly: AnyPath.dll
Syntax
public struct AStarEvalOptionResult
Fields
evalResult
The AStarEvalResult
Declaration
public readonly AStarEvalResult evalResult
Field Value
| Type | Description |
|---|---|
| AStarEvalResult |
targetIndex
The index of the target to which a path was found. -1 if there was no path found/
Declaration
public readonly int targetIndex
Field Value
| Type | Description |
|---|---|
| int |