Navigation
API > API/Runtime > API/Runtime/Navmesh
| |
|
| Name |
dtDynamicAreaCreateParams |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshBuilder.h |
| Include Path |
#include "Detour/DetourNavMeshBuilder.h" |
Syntax
struct dtDynamicAreaCreateParams
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| area |
unsigned char |
Area id. |
Detour/DetourNavMeshBuilder.h |
|
| maxH |
dtReal |
|
Detour/DetourNavMeshBuilder.h |
|
| minH |
dtReal |
Covex min,max height. |
Detour/DetourNavMeshBuilder.h |
|
| verts |
dtChunkArray< dtReal > |
X,Z coords of covex. |
Detour/DetourNavMeshBuilder.h |
|