Struct AStarFindOptionResult
Indicates wether a path was found, contains the index of the target and the index and length of the path in the buffer.
Namespace: AnyPath.Native
Assembly: AnyPath.dll
Syntax
public struct AStarFindOptionResult
Fields
findPathResult
Information about the actual path
Declaration
public readonly AStarFindPathResult findPathResult
Field Value
| Type | Description |
|---|---|
| AStarFindPathResult |
optionIndex
The index of the option to which a path was found. -1 if there was no path. This index corresponds to the index in the OffsetInfo array provided to the request.
Declaration
public readonly int optionIndex
Field Value
| Type | Description |
|---|---|
| int |