imgui_set_window_visibility
Control which Dear ImGui windows appear in your UI by setting the open state to show or hide any window using its identifier, giving you direct visibility management during UI iteration.
Instructions
Show or hide a window by setting its open state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window | Yes | Window identifier | |
| visible | Yes | Whether the window should be visible |