Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Detour
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include | #include "Detour/DetourNavMesh.h" |
Syntax
struct dtBVNode
Remarks
Bounding volume node.
This structure is rarely if ever used by the end user.
Variables
| Type | Name | Description | |
|---|---|---|---|
| unsigned short[3] | bmax | Maximum bounds of the node's AABB. [(x, y, z)]. | |
| unsigned short[3] | bmin | Minimum bounds of the node's AABB. [(x, y, z)]. | |
| int | i | The node's index. (Negative for escape sequence.) |