NavigationComponent
A component that defines which areas of a navigation mesh an entity can move through.
Declaration
struct NavigationComponentOverview
Add a navigation component to an entity to make it a navigation agent. Its layer selects the navigation mesh the entity travels on, and its filter restricts which marked areas the entity can cross when a NavigationController finds a path.