#include <RecastNavigationMeshComponent.h>
Inherits AzFramework::Components::ComponentAdapter< RecastNavigationMeshComponentController, RecastNavigationMeshConfig >.
Public Member Functions | |
AZ_COMPONENT (RecastNavigationMeshComponent, RecastNavigationMeshComponentTypeId, BaseClass) | |
RecastNavigationMeshComponent (const RecastNavigationMeshConfig &config) | |
Static Public Member Functions | |
static void | Reflect (AZ::ReflectContext *context) |
Calculates a navigation mesh with the triangle data provided by @RecastNavigationPhysXProviderComponent. Path calculation is done using @DetourNavigationComponent.