|
Planeshift
|
Defines a link between polygons. More...
#include <DetourNavMesh.h>
Public Attributes | |
| unsigned char | bmax |
| If a boundary link, defines the maximum sub-edge area. More... | |
| unsigned char | bmin |
| If a boundary link, defines the minimum sub-edge area. More... | |
| unsigned char | edge |
| Index of the polygon edge that owns this link. More... | |
| unsigned int | next |
| Index of the next link. More... | |
| dtPolyRef | ref |
| Neighbour reference. (The neighbor that is linked to.) More... | |
| unsigned char | side |
| If a boundary link, defines on which side the link is. More... | |
Defines a link between polygons.
Definition at line 149 of file DetourNavMesh.h.
| unsigned char dtLink::bmax |
If a boundary link, defines the maximum sub-edge area.
Definition at line 156 of file DetourNavMesh.h.
| unsigned char dtLink::bmin |
If a boundary link, defines the minimum sub-edge area.
Definition at line 155 of file DetourNavMesh.h.
| unsigned char dtLink::edge |
Index of the polygon edge that owns this link.
Definition at line 153 of file DetourNavMesh.h.
Index of the next link.
Definition at line 152 of file DetourNavMesh.h.
| dtPolyRef dtLink::ref |
Neighbour reference. (The neighbor that is linked to.)
Definition at line 151 of file DetourNavMesh.h.
| unsigned char dtLink::side |
If a boundary link, defines on which side the link is.
Definition at line 154 of file DetourNavMesh.h.