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 request API of @RecastNavigationMeshRequestBus. More...
#include <RecastNavigationMeshBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual bool | UpdateNavigationMeshBlockUntilCompleted ()=0 |
virtual bool | UpdateNavigationMeshAsync ()=0 |
virtual AZStd::shared_ptr< NavMeshQuery > | GetNavigationObject ()=0 |
The interface for request API of @RecastNavigationMeshRequestBus.
|
pure virtual |
|
pure virtual |
Re-calculates the navigation mesh within the defined world area. Notifies when completed using @RecastNavigationMeshNotificationBus.
|
pure virtual |
Re-calculates the navigation mesh within the defined world area. Blocking call.