Open 3D Engine RecastNavigation Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Scripting reflection helper for . More...
#include <RecastNavigationMeshBus.h>
Inherits Handler, and BehaviorEBusHandler.
Public Member Functions | |
AZ_EBUS_BEHAVIOR_BINDER (RecastNavigationNotificationHandler,"{819FF083-C28A-4620-B59E-78EB7D2CB432}", AZ::SystemAllocator, OnNavigationMeshUpdated, OnNavigationMeshBeganRecalculating) | |
void | OnNavigationMeshUpdated (AZ::EntityId navigationMeshEntity) override |
void | OnNavigationMeshBeganRecalculating (AZ::EntityId navigationMeshEntity) override |
Scripting reflection helper for .
|
inlineoverride |
Notifies when a navigation mesh has started to re-calculated navigation tile data.
navigationMeshEntity | the entity the navigation mesh is on. This is helpful for Script Canvas use. |
|
inlineoverride |
Notifies when a navigation mesh is updated.
navigationMeshEntity | the entity with the navigation mesh. This makes for an easier to work in Script Cavnas. |