manage_layers
List and set named layer definitions for render, physics, and navigation layers in a Godot project. Specify layer type, number, and name to configure layer definitions.
Instructions
List/set named layer definitions in project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Layer name | |
| layer | No | Layer number (1-32) | |
| action | Yes | Action: list or set | |
| layerType | No | Type: render, physics_2d, physics_3d, navigation | |
| projectPath | Yes | Godot project path |