Recast Navigation
Navigation-mesh Toolset for Games
rcHeightfieldLayerSet Struct Reference

Represents a set of heightfield layers. More...

#include <Recast.h>

Public Member Functions

 rcHeightfieldLayerSet ()
 
 ~rcHeightfieldLayerSet ()
 

Public Attributes

rcHeightfieldLayerlayers
 The layers in the set. [Size: nlayers]. More...
 
int nlayers
 The number of layers in the set. More...
 

Description

Represents a set of heightfield layers.

See also
rcAllocHeightfieldLayerSet, rcFreeHeightfieldLayerSet

Constructor & Destructor Documentation

◆ rcHeightfieldLayerSet()

rcHeightfieldLayerSet::rcHeightfieldLayerSet ( )

◆ ~rcHeightfieldLayerSet()

rcHeightfieldLayerSet::~rcHeightfieldLayerSet ( )

Member Data Documentation

◆ layers

rcHeightfieldLayer* rcHeightfieldLayerSet::layers

The layers in the set. [Size: nlayers].

◆ nlayers

int rcHeightfieldLayerSet::nlayers

The number of layers in the set.


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