![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Represents a span of unobstructed space within a compact heightfield. More...
#include <Recast.h>
Public Attributes | |
| rcSpanUInt | y |
| The lower extent of the span. (Measured from the heightfield's base.) | |
| unsigned int | con |
| Packed neighbor connection data. | |
| unsigned short | reg |
| The id of the region the span belongs to. (Or zero if not in a region.) | |
| unsigned char | h |
| The height of the span. (Measured from y.) | |
Represents a span of unobstructed space within a compact heightfield.
| unsigned int rcCompactSpan::con |
Packed neighbor connection data.
The id of the region the span belongs to. (Or zero if not in a region.)
| rcSpanUInt rcCompactSpan::y |
The lower extent of the span. (Measured from the heightfield's base.)