canvas_layer_configure
Configure a CanvasLayer node's offset, rotation, scale, and viewport following behavior in a Godot scene.
Instructions
Configure properties of a CanvasLayer.
Category: CanvasLayer
Args: project_path: Path to the Godot project directory scene_path: Path to the scene file (relative to project) layer_path: Path to the canvas layer node offset: Offset as JSON array [x, y] rotation: Rotation in radians scale: Scale as JSON array [x, y] follow_viewport: Whether to follow the viewport
Returns: Success message or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| scene_path | Yes | ||
| layer_path | Yes | ||
| offset | No | ||
| rotation | No | ||
| scale | No | ||
| follow_viewport | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |