create_scene
Create a new scene in a Godot project by providing the project path and scene name, optionally setting the root node type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeType | No | Type of the root node (default: Node3D) | |
| sceneName | Yes | Name of the scene to create | |
| projectPath | Yes | Absolute path to the Godot project directory |