|
Rebornbuddy
|
Represents information about a path distance to an object. More...
Public Member Functions | |
| PathInformation (PathNavigability navigability, PathDistanceType distanceType, float distance) | |
| Constructs a new instance. | |
Properties | |
| PathNavigability | Navigability [get] |
| Information about the navigability to the object. | |
| PathDistanceType | DistanceType [get] |
| The type of value the Distance propery indicates. | |
| float | Distance [get] |
| The distance value of the path. See DistanceType for how to interpret this. | |
Represents information about a path distance to an object.
| ff14bot.Pathing.PathInformation.PathInformation | ( | PathNavigability | navigability, |
| PathDistanceType | distanceType, | ||
| float | distance ) |
Constructs a new instance.
| navigability | The type. |
| distanceType | The distance type. |
| distance | The distance. |
|
get |
The distance value of the path. See DistanceType for how to interpret this.
|
get |
The type of value the Distance propery indicates.
This is PathDistanceType.None unless Navigability is PathNavigability.Navigable.
|
get |
Information about the navigability to the object.