Struct AStarEvalResult
Indicates wether a path was found
Namespace: AnyPath.Native
Assembly: AnyPath.dll
Syntax
public struct AStarEvalResult
Fields
NoPath
Declaration
public static readonly AStarEvalResult NoPath
Field Value
| Type | Description |
|---|---|
| AStarEvalResult |
cost
The cost of the found path. Zero if none was found.
Declaration
public readonly float cost
Field Value
| Type | Description |
|---|---|
| float |
hasPath
Was a path found?
Declaration
public readonly bool hasPath
Field Value
| Type | Description |
|---|---|
| bool |