set_node_preset
Apply a configuration preset to a Godot node for common setups like platformer bodies or top-down cameras.
Instructions
Apply a configuration preset to a node (e.g. 'platformer_body', 'top_down_camera')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Node type to configure | |
| preset | Yes | Preset name to apply |