A* Pathfinding Project  4.1.26
The A* Pathfinding Project for Unity 3D
TileHandler.Cut Class Reference

Internal class describing a single NavmeshCut. More...

Detailed Description

Internal class describing a single NavmeshCut.

Public Attributes

IntRect bounds
 Bounds in XZ space. More...
 
Int2 boundsY
 X is the lower bound on the y axis, Y is the upper bounds on the Y axis. More...
 
List< IntPoint > contour
 
bool cutsAddedGeom
 
bool isDual
 

Member Data Documentation

◆ bounds

IntRect bounds

Bounds in XZ space.

◆ boundsY

Int2 boundsY

X is the lower bound on the y axis, Y is the upper bounds on the Y axis.

◆ contour

List<IntPoint> contour

◆ cutsAddedGeom

bool cutsAddedGeom

◆ isDual

bool isDual

The documentation for this class was generated from the following file: