Navigation
API > API/Runtime > API/Runtime/Navmesh
Region partitioning methods
| Name | rcRegionPartitioning |
| Type | enum |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
Syntax
enum rcRegionPartitioning
{
RC_REGION_MONOTONE,
RC_REGION_WATERSHED,
RC_REGION_CHUNKY,
}
Values
| Name | Remarks |
|---|---|
| RC_REGION_MONOTONE | Monotone partitioning |
| RC_REGION_WATERSHED | Watershed partitioning |
| RC_REGION_CHUNKY | Monotone partitioning on small chunks |