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 rcBorderSize
Remarks
Specifies the size of borders around the heightfield.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int | high | Size of the border in the positive direction of the axis [Limit: >= 0] [Units: vx]. | |
| int | low | Size of the border in the negative direction of the axis [Limit: >= 0] [Units: vx]. |