setup_navigation_region
Add a NavigationRegion2D or NavigationRegion3D to define walkable areas for AI agents, with configurable mesh and properties.
Instructions
Add a NavigationRegion2D or NavigationRegion3D with optional configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Node name | |
| path | Yes | Node path for the navigation region | |
| dimension | No | Navigation dimension (default: 2d) | 2d |
| properties | No | Region properties (navigation_mesh, enabled, etc.) | |
| parent_path | No | Parent node path (omit for scene root) |