camera_get_info
Retrieve properties and settings of a camera node in a Godot scene by specifying its path.
Instructions
Get information about a camera.
Category: Camera
Args: project_path: Path to the Godot project directory scene_path: Path to the scene file (relative to project) camera_path: Path to the camera node
Returns: JSON string containing camera information or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| scene_path | Yes | ||
| camera_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |