Navigation
API > API/Runtime > API/Runtime/Navmesh
Contour build flags.
| Name | rcBuildContoursFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
Syntax
enum rcBuildContoursFlags
{
RC_CONTOUR_TESS_WALL_EDGES = 0x01,
RC_CONTOUR_TESS_AREA_EDGES = 0x02,
}
Values
| Name | Remarks |
|---|---|
| RC_CONTOUR_TESS_WALL_EDGES | Tessellate solid (impassable) edges during contour simplification. |
| RC_CONTOUR_TESS_AREA_EDGES | Tessellate edges between areas during contour simplification. |