set_environment_param
Modify Godot Environment resource parameters in .tres files. Specify the file path, parameter name (e.g., background_color), and new value to update rendering settings directly.
Instructions
Set environment parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to .tres Environment file | |
| param | Yes | Parameter to set (e.g. "background_color", "fog_enabled", "ssao_enabled") | |
| value | Yes | New value |