Contents

NavigationComponent

A component that defines which areas of a navigation mesh an entity can move through.

Declaration

struct NavigationComponent

Overview

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.

Topics

Creating a component

Configuring navigation

See Also

Game development