|
| DynamicNavBuildData (dtTileCacheAlloc *allocator) |
| Constructor.
|
|
| ~DynamicNavBuildData () override |
| Destructor.
|
|
| NavBuildData () |
| Constructor.
|
|
virtual | ~NavBuildData () |
| Destructor.
|
|
|
dtTileCacheContourSet * | contourSet_ |
| TileCache specific recast contour set.
|
|
dtTileCachePolyMesh * | polyMesh_ |
| TileCache specific recast poly mesh.
|
|
rcHeightfieldLayerSet * | heightFieldLayers_ |
| Recast heightfield layer set.
|
|
dtTileCacheAlloc * | alloc_ |
| Allocator from DynamicNavigationMesh instance.
|
|
BoundingBox | worldBoundingBox_ |
| World-space bounding box of the navigation mesh tile.
|
|
Vector< Vector3 > | vertices_ |
| Vertices from geometries.
|
|
Vector< int > | indices_ |
| Triangle indices from geometries.
|
|
Vector< Vector3 > | offMeshVertices_ |
| Offmesh connection vertices.
|
|
Vector< float > | offMeshRadii_ |
| Offmesh connection radii.
|
|
Vector< unsigned short > | offMeshFlags_ |
| Offmesh connection flags.
|
|
Vector< unsigned char > | offMeshAreas_ |
| Offmesh connection areas.
|
|
Vector< unsigned char > | offMeshDir_ |
| Offmesh connection direction.
|
|
rcContext * | ctx_ |
| Recast context.
|
|
rcHeightfield * | heightField_ |
| Recast heightfield.
|
|
rcCompactHeightfield * | compactHeightField_ |
| Recast compact heightfield.
|
|
Vector< NavAreaStub > | navAreas_ |
| Pretransformed navigation areas, no correlation to the geometry above.
|
|
The documentation for this struct was generated from the following files:
- /home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Navigation/NavBuildData.h
- /home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Navigation/NavBuildData.cpp