navigation_add_region
Add a navigation region (2D or 3D) to a Godot scene by specifying parent node and region name.
Instructions
Add a navigation region to a scene.
Category: Navigation
Args: project_path: Path to the Godot project directory scene_path: Path to the scene file (relative to project) parent_node_path: Path to the parent node region_name: Name for the new navigation region node region_type: Type of navigation region (NavigationRegion2D, NavigationRegion3D, default: NavigationRegion2D)
Returns: Success message or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| scene_path | Yes | ||
| parent_node_path | Yes | ||
| region_name | Yes | ||
| region_type | No | NavigationRegion2D |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |