#include "gwnavruntime/world/worldelement.h"
#include "gwnavruntime/database/databasegenmetrics.h"
#include "gwnavruntime/database/databasegeometrybuildingmanager.h"
#include "gwnavruntime/database/idatabasechangebroadcaster.h"
#include "gwnavruntime/containers/collection.h"
#include "gwnavruntime/blob/baseblobhandler.h"
#include "gwnavruntime/database/positionspatializationrange.h"
#include "gwnavruntime/kernel/SF_Std.h"
#include "gwnavruntime/querysystem/iquery.h"
#include "gwnavruntime/database/databasechange.h"
Classes | |
class | Kaim::Database |
This class is a runtime container for all NavData that represents the world from the point of view of a specific type of Bots. More... | |
Namespaces | |
Kaim | |
The Autodesk Navigation namespace. | |
Enumerations | |
enum | Kaim::RayCanGoMarginMode { Kaim::NoMargin = 0, Kaim::DiagonalStripMargin, Kaim::ChannelMargin, Kaim::PathMargin, Kaim::IdealTrajectoryMargin, Kaim::MinimalTrajectoryMargin, Kaim::MoveOnNavMeshMargin } |
Defines the different mode for the NavMesh border margin to be used in RayCanGo queries. More... | |