canvas_layer_set_order
Set the rendering order of a CanvasLayer to determine which layers appear on top. Higher values render above lower ones.
Instructions
Set the rendering order 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 layer_order: Layer rendering order (higher values render on top)
Returns: Success message or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| scene_path | Yes | ||
| layer_path | Yes | ||
| layer_order | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |