set_theme_stylebox
Modify a Godot theme's StyleBox by specifying the control type, style name (normal/hover/pressed), and properties like background color or border width.
Instructions
Set a StyleBox in a theme
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | StyleBox name (e.g. 'normal', 'hover', 'pressed') | |
| path | Yes | Theme resource path | |
| properties | Yes | StyleBox properties (e.g. bg_color, border_width) | |
| theme_type | Yes | Control type |