create_nav_link
Creates a navigation link between two points in a Godot scene, specifying start/end coordinates and selecting 2D or 3D link type for pathfinding.
Instructions
Create a NavigationLink3D between two points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End point [x, y] or [x, y, z] | |
| name | No | Node name | NavigationLink3D |
| start | No | Start point [x, y] or [x, y, z] | |
| link_type | No | Link node type | NavigationLink3D |
| scene_path | Yes | Path to .tscn scene file | |
| parent_path | No | Parent node path | . |