NavMesh Modifier
This component belongs to the following package:
com.yahaha.sdk.navmesh
The NavMesh Modifier component adjusts object behavior during navigation mesh creation.

| Property | Description |
|---|---|
| Ignore From Build | When enabled, exclude the object and all its children from the NavMesh build process. |
| Override Area | When enabled, change the area type for the object and all its children. |
| Area Type | Determines whether the new area type for the object and its children are walkable or non-walkable for navigation agents. |
Related components
This component is usually used with NavMesh Dynamic Builder, which enables the creation of dynamic navigation meshes (NavMesh).