Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include | #include "Recast/Recast.h" |
Syntax
struct rcContour
Remarks
Represents a simple, non-overlapping contour in field space.
Variables
| Type | Name | Description | |
|---|---|---|---|
| unsigned char | area | The area id of the contour. | |
| int | nrverts | The number of vertices in the raw contour. | |
| int | nverts | The number of vertices in the simplified contour. | |
| unsigned short | reg | The region id of the contour. | |
| int * | rverts | Raw contour vertex and connection data. [Size: 4 * nrverts]. | |
| int * | verts | Simplified contour vertex and connection data. [Size: 4 * nverts]. |