-
fullPath
ArrayList<Vertex> fullPath
The full path including the start and target vertices.
-
pathfinder
Pathfinder pathfinder
The Pathfinder that created this path.
-
segments
ArrayList<PathSegment> segments
The segments of the path.
-
snapMode
Pathfinder.PathfindSnapMode snapMode
The snap mode used to create this path.
-
start
Vertex start
The start vertex of the path.
-
target
Vertex target
The target vertex of the path.
-
unsnappedTarget
Vertex unsnappedTarget
Represents the target vertex before it was snapped to be outside of all
obstacles.