A* Pathfinding Project
4.0.3
The A* Pathfinding Project for Unity 3D
|
Internal class describing a single NavmeshCut. More...
Internal class describing a single NavmeshCut.
Public Attributes | |
IntRect | bounds |
Bounds in XZ space. | |
Int2 | boundsY |
X is the lower bound on the y axis, Y is the upper bounds on the Y axis. | |
List< IntPoint > | contour |
bool | cutsAddedGeom |
bool | isDual |
IntRect bounds |
Bounds in XZ space.
Int2 boundsY |
X is the lower bound on the y axis, Y is the upper bounds on the Y axis.
List<IntPoint> contour |
bool cutsAddedGeom |
bool isDual |