|
Rebel Fork Framework
|
Description of a navigation mesh geometry component, with transform and bounds information. More...
#include <Urho3D/Navigation/NavigationUtils.h>
Public Attributes | |
| Component * | component_ {} |
| Geometry component. | |
| unsigned | lodLevel_ {} |
| Geometry LOD level if applicable. | |
| Matrix3x4 | transform_ |
| Transform relative to the navigation mesh root node. | |
| BoundingBox | boundingBox_ |
| Bounding box relative to the navigation mesh root node. | |
| unsigned char | areaId_ {DeduceAreaId} |
| Area ID. | |
Description of a navigation mesh geometry component, with transform and bounds information.