![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Recast.h>
Public Attributes | |
| rcSpanUInt | smin: RC_SPAN_HEIGHT_BITS |
| The lower limit of the span. [Limit: < smax]. | |
| rcSpanUInt | smax: RC_SPAN_HEIGHT_BITS |
| The upper limit of the span. [Limit: <= RC_SPAN_MAX_HEIGHT]. | |
| unsigned int | area: 6 |
| The area id assigned to the span. | |
Represents data of span in a heightfield.
| unsigned int rcSpanData::area |
The area id assigned to the span.
| rcSpanUInt rcSpanData::smax |
The upper limit of the span. [Limit: <= RC_SPAN_MAX_HEIGHT].
| rcSpanUInt rcSpanData::smin |
The lower limit of the span. [Limit: < smax].