Struct AStarFindPathResult
Indicates wether a path was found and contains the index and length of the path in the path buffer
Namespace: AnyPath.Native
Assembly: AnyPath.dll
Syntax
public struct AStarFindPathResult
Fields
evalResult
The result of the evaluation
Declaration
public readonly AStarEvalResult evalResult
Field Value
| Type | Description |
|---|---|
| AStarEvalResult |
offsetInfo
Contains the starting index and the length of the path in the path buffer
Declaration
public readonly OffsetInfo offsetInfo
Field Value
| Type | Description |
|---|---|
| OffsetInfo |