Open 3D Engine RecastNavigation Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
The interface for notification API of @RecastNavigationMeshNotificationBus. More...
#include <RecastNavigationMeshBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual void | OnNavigationMeshUpdated (AZ::EntityId navigationMeshEntity)=0 |
virtual void | OnNavigationMeshBeganRecalculating (AZ::EntityId navigationMeshEntity)=0 |
The interface for notification API of @RecastNavigationMeshNotificationBus.
|
pure virtual |
Notifies when a navigation mesh has started to re-calculate the navigation mesh.
navigationMeshEntity | the entity the navigation mesh is on. This is helpful for Script Canvas use. |
|
pure virtual |
Notifies when a navigation mesh is re-calculated and updated.
navigationMeshEntity | the entity the navigation mesh is on. This is helpful for Script Canvas use. |