UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
rcSpanData Struct Reference

#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.
 

Detailed Description

Represents data of span in a heightfield.

See also
rcHeightfield

Member Data Documentation

◆ area

unsigned int rcSpanData::area

The area id assigned to the span.

◆ smax

rcSpanUInt rcSpanData::smax

The upper limit of the span. [Limit: <= RC_SPAN_MAX_HEIGHT].

◆ smin

rcSpanUInt rcSpanData::smin

The lower limit of the span. [Limit: < smax].


The documentation for this struct was generated from the following file: