The interface for notification API of @RecastNavigationMeshNotificationBus.
More...
#include <RecastNavigationMeshBus.h>
Inherits AZ::ComponentBus.
The interface for notification API of @RecastNavigationMeshNotificationBus.
◆ OnNavigationMeshBeganRecalculating()
virtual void RecastNavigation::RecastNavigationMeshNotifications::OnNavigationMeshBeganRecalculating |
( |
AZ::EntityId |
navigationMeshEntity | ) |
|
|
pure virtual |
Notifies when a navigation mesh has started to re-calculate the navigation mesh.
- Parameters
-
navigationMeshEntity | the entity the navigation mesh is on. This is helpful for Script Canvas use. |
◆ OnNavigationMeshUpdated()
virtual void RecastNavigation::RecastNavigationMeshNotifications::OnNavigationMeshUpdated |
( |
AZ::EntityId |
navigationMeshEntity | ) |
|
|
pure virtual |
Notifies when a navigation mesh is re-calculated and updated.
- Parameters
-
navigationMeshEntity | the entity the navigation mesh is on. This is helpful for Script Canvas use. |
The documentation for this class was generated from the following file:
- Gems/RecastNavigation/Code/Include/RecastNavigation/RecastNavigationMeshBus.h