Scripting reflection helper for @RecastNavigationMeshNotificationBus.  
 More...
#include <RecastNavigationMeshBus.h>
Inherits RecastNavigationMeshNotificationBus::Handler, and AZ::BehaviorEBusHandler.
Scripting reflection helper for @RecastNavigationMeshNotificationBus. 
 
◆ OnNavigationMeshBeganRecalculating()
  
  
      
        
          | void RecastNavigation::RecastNavigationNotificationHandler::OnNavigationMeshBeganRecalculating  | 
          ( | 
          AZ::EntityId  | 
          navigationMeshEntity | ) | 
           | 
         
       
   | 
  
inlineoverride   | 
  
 
Notifies when a navigation mesh has started to re-calculated navigation tile data. 
- Parameters
 - 
  
    | navigationMeshEntity | the entity the navigation mesh is on. This is helpful for Script Canvas use.  | 
  
   
 
 
◆ OnNavigationMeshUpdated()
  
  
      
        
          | void RecastNavigation::RecastNavigationNotificationHandler::OnNavigationMeshUpdated  | 
          ( | 
          AZ::EntityId  | 
          navigationMeshEntity | ) | 
           | 
         
       
   | 
  
inlineoverride   | 
  
 
Notifies when a navigation mesh is updated. 
- Parameters
 - 
  
    | navigationMeshEntity | the entity with the navigation mesh. This makes for an easier to work in Script Cavnas.  | 
  
   
 
 
The documentation for this class was generated from the following file:
- Gems/RecastNavigation/Code/Include/RecastNavigation/RecastNavigationMeshBus.h