Recast Navigation
Navigation-mesh Toolset for Games
|
Provides information on the content of a cell column in a compact heightfield. More...
#include <Recast.h>
Public Attributes | |
unsigned int | index: 24 |
Index to the first span in the column. More... | |
unsigned int | count: 8 |
Number of spans in the column. More... | |
Provides information on the content of a cell column in a compact heightfield.
See the rcCompactHeightfield documentation for an example of how compact cells are used to iterate the heightfield.
Useful instances of this type can only by obtained from a rcCompactHeightfield object.
unsigned int rcCompactCell::count |
Number of spans in the column.
unsigned int rcCompactCell::index |
Index to the first span in the column.