set_node_properties
Modify a node's properties in a Godot scene by specifying the node path and a key-value map of property values.
Instructions
Set properties of a node in a scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to project | |
| scenePath | Yes | Scene path | |
| nodePath | Yes | Path to target node, empty or root for scene root | |
| properties | Yes | Key-value map of properties to set |