imgui_unbind
Remove widget bindings in your Dear ImGui UI by filtering with a source widget and/or target ID, or omit both to clear all existing bindings at once.
Instructions
Remove bindings. Filter by source_widget and/or target_id, or omit both to remove all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_id | No | Target id to unbind (optional) | |
| source_widget | No | Source widget to unbind (optional) |