Navigation
API > API/Runtime > API/Runtime/Navmesh
Classes
| Type | Name | Description | |
|---|---|---|---|
| rcCompactCell | Provides information on the content of a cell column in a compact heightfield. | ||
| rcCompactHeightfield | A compact, static heightfield representing unobstructed space. | ||
| rcCompactSpan | Represents a span of unobstructed space within a compact heightfield. | ||
| rcConfig | Specifies a configuration to use when performing Recast builds. | ||
| rcContext | Provides an interface for optional logging and performance tracking of the Recast build process. | ||
| rcContour | Represents a simple, non-overlapping contour in field space. | ||
| rcContourSet | Represents a group of related contours. | ||
| rcEdgeHit | |||
| rcHeightfield | A dynamic heightfield representing obstructed space. | ||
| rcHeightfieldLayer | Represents a heightfield layer within a layer set. | ||
| rcHeightfieldLayerSet | Represents a set of heightfield layers. | ||
| rcIntArray | A simple dynamic array of integers. | ||
| rcPolyMesh | BEGIN | ||
| rcPolyMeshDetail | Contains triangle meshes that represent detailed height data associated with the polygons in its associated polygon mesh object. | ||
| rcRowExt | |||
| rcScopedDelete | A simple helper class used to delete an array when it goes out of scope. | ||
| rcScopedStructArrayDelete | A simple helper class used to delete an array of instances of structs, that require cleaning up by calling destructor on every instance before release. | ||
| rcSpan | Represents a span in a heightfield. | ||
| rcSpanCache | |||
| rcSpanData | Represents data of span in a heightfield. | ||
| rcSpanPool | A memory pool used for quick allocation of spans within a heightfield. | ||
| rcTempSpan |