Recast Navigation
Navigation-mesh Toolset for Games
dtLink Struct Reference

Defines a link between polygons. More...

#include <DetourNavMesh.h>

Public Attributes

dtPolyRef ref
 Neighbour reference. (The neighbor that is linked to.) More...
 
unsigned int next
 Index of the next link. More...
 
unsigned char edge
 Index of the polygon edge that owns this link. More...
 
unsigned char side
 If a boundary link, defines on which side the link is. More...
 
unsigned char bmin
 If a boundary link, defines the minimum sub-edge area. More...
 
unsigned char bmax
 If a boundary link, defines the maximum sub-edge area. More...
 

Description

Defines a link between polygons.

Note
This structure is rarely if ever used by the end user.
See also
dtMeshTile

Member Data Documentation

◆ bmax

unsigned char dtLink::bmax

If a boundary link, defines the maximum sub-edge area.

◆ bmin

unsigned char dtLink::bmin

If a boundary link, defines the minimum sub-edge area.

◆ edge

unsigned char dtLink::edge

Index of the polygon edge that owns this link.

◆ next

unsigned int dtLink::next

Index of the next link.

◆ ref

dtPolyRef dtLink::ref

Neighbour reference. (The neighbor that is linked to.)

◆ side

unsigned char dtLink::side

If a boundary link, defines on which side the link is.


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