Struct Eval
Indicates wether a path is possible.
Namespace: AnyPath.Managed.Results
Assembly: AnyPath.dll
Syntax
public struct Eval
Properties
Cost
The total cost of the path
Declaration
public readonly float Cost { get; }
Property Value
| Type | Description |
|---|---|
| float |
HasPath
Indicates wether a path was found
Declaration
public readonly bool HasPath { get; }
Property Value
| Type | Description |
|---|---|
| bool |