![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Recast.h>
Public Attributes | |
| rcContour * | conts |
| An array of the contours in the set. [Size: nconts]. | |
| int | nconts |
| The number of contours in the set. | |
| 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 set. (Along the x-axis in cell units.) | |
| int | height |
| The height of the set. (Along the z-axis in cell units.) | |
| rcBorderSize | borderSize |
| The AABB border size used to generate the source data from which the contours were derived. //@UE. | |
Represents a group of related contours.
| rcReal rcContourSet::bmax[3] |
The maximum bounds in world space. [(x, y, z)].
| rcReal rcContourSet::bmin[3] |
The minimum bounds in world space. [(x, y, z)].
| rcBorderSize rcContourSet::borderSize |
The AABB border size used to generate the source data from which the contours were derived. //@UE.
| rcReal rcContourSet::ch |
The height of each cell. (The minimum increment along the y-axis.)
| rcReal rcContourSet::cs |
The size of each cell. (On the xz-plane.)
| int rcContourSet::height |
The height of the set. (Along the z-axis in cell units.)
| int rcContourSet::nconts |
The number of contours in the set.
| int rcContourSet::width |
The width of the set. (Along the x-axis in cell units.)