setup_navigation_agent
Add a NavigationAgent2D or NavigationAgent3D under a parent node, configuring pathfinding and avoidance properties such as radius, max speed, and navigation layers.
Instructions
Add a NavigationAgent2D or NavigationAgent3D under a parent node, applying only the pathfinding and avoidance properties given
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | auto | |
| name | No | ||
| radius | No | ||
| max_speed | No | ||
| node_path | Yes | ||
| max_neighbors | No | ||
| avoidance_enabled | No | ||
| navigation_layers | No | ||
| neighbor_distance | No | ||
| path_desired_distance | No | ||
| target_desired_distance | No |