A region of the navigation map.
A region of the navigation map. It tells the [Navigation] node what can be navigated and what cannot, based on the [NavigationMesh] resource. This should be a child of a [Navigation] node (even not a direct child).
Bakes the [NavigationMesh]. The baking is done in a seperate thread because navigation baking is not a cheap operation. This can be done at runtime. When it is completed, it automatically sets the new [NavigationMesh].
Determines if the [NavigationRegion] is enabled or disabled.
The [NavigationMesh] resource to use.
Notifies when the navigation mesh bake operation is completed.
Notifies when the [NavigationMesh] has changed.