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.
|
The interface for request API of . More...
#include <RecastNavigationMeshBus.h>
Inherits 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 .
|
pure virtual |
|
pure virtual |
Re-calculates the navigation mesh within the defined world area. Notifies when completed using .
|
pure virtual |
Re-calculates the navigation mesh within the defined world area. Blocking call.