![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Recast.h>
Public Attributes | |
| rcReal | bmin [3] |
| The minimum bounds in world space. [(x, y, z)]. | |
| rcReal | bmax [3] |
| The maximum bounds in world space. [(x, y, z)]. | |
| rcReal | cs |
| The size of each cell. (On the xz-plane.) | |
| rcReal | ch |
| The height of each cell. (The minimum increment along the y-axis.) | |
| int | width |
| The width of the heightfield. (Along the x-axis in cell units.) | |
| int | height |
| The height of the heightfield. (Along the z-axis in cell units.) | |
| int | minx |
| The minimum x-bounds of usable data. | |
| int | maxx |
| The maximum x-bounds of usable data. | |
| int | miny |
| The minimum y-bounds of usable data. (Along the z-axis.) | |
| int | maxy |
| The maximum y-bounds of usable data. (Along the z-axis.) | |
| int | hmin |
| The minimum height bounds of usable data. (Along the y-axis.) //. | |
| int | hmax |
| The maximum height bounds of usable data. (Along the y-axis.) | |
| unsigned short * | heights |
| The heightfield. [Size: (width - borderSize*2) * (h - borderSize*2)]. | |
| unsigned char * | areas |
| Area ids. [Size: Same as heights]. | |
| unsigned char * | cons |
| Packed neighbor connection information. [Size: Same as heights]. | |
Represents a heightfield layer within a layer set.
| rcReal rcHeightfieldLayer::bmax[3] |
The maximum bounds in world space. [(x, y, z)].
| rcReal rcHeightfieldLayer::bmin[3] |
The minimum bounds in world space. [(x, y, z)].
| rcReal rcHeightfieldLayer::ch |
The height of each cell. (The minimum increment along the y-axis.)
Packed neighbor connection information. [Size: Same as heights].
| rcReal rcHeightfieldLayer::cs |
The size of each cell. (On the xz-plane.)
| int rcHeightfieldLayer::height |
The height of the heightfield. (Along the z-axis in cell units.)
The heightfield. [Size: (width - borderSize*2) * (h - borderSize*2)].
| int rcHeightfieldLayer::hmax |
The maximum height bounds of usable data. (Along the y-axis.)
| int rcHeightfieldLayer::hmin |
The minimum height bounds of usable data. (Along the y-axis.) //.
| int rcHeightfieldLayer::maxx |
The maximum x-bounds of usable data.
| int rcHeightfieldLayer::maxy |
The maximum y-bounds of usable data. (Along the z-axis.)
| int rcHeightfieldLayer::minx |
The minimum x-bounds of usable data.
| int rcHeightfieldLayer::miny |
The minimum y-bounds of usable data. (Along the z-axis.)
| int rcHeightfieldLayer::width |
The width of the heightfield. (Along the x-axis in cell units.)