read_camera
Retrieve camera configuration from a Godot .tscn scene file by specifying the scene path and an optional camera node name.
Instructions
Read camera configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_path | Yes | Path to .tscn scene file | |
| camera_name | No | Specific camera node name (default: first found) |