set_visibility
Toggle visibility of a named screen element by specifying screen, element, and visible state. Use to control UI display in hx-multianim scenes.
Instructions
Toggle visibility of a named element on a screen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screen | Yes | Screen name | |
| element | Yes | Element name | |
| visible | Yes | Whether the element should be visible |