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 rcSpanData
Remarks
Represents data of span in a heightfield.
Variables
| Type | Name | Description | |
|---|---|---|---|
| unsigned int: 6 | area | The area id assigned to the span. | |
| rcSpanUInt: RC_SPAN_HEIGHT_BITS | smax | The upper limit of the span. [Limit: <= #RC_SPAN_MAX_HEIGHT]. | |
| rcSpanUInt: RC_SPAN_HEIGHT_BITS | smin | The lower limit of the span. [Limit: < smax]. |