Hides the element without destroying it. Call Show() to make it visible again.
Makes a previously hidden element visible again.
Permanently removes the element from the UI panel.
Returns the current value of the element.
Programmatically sets the element's value. Persists to storage and triggers OnChange listeners.
Registers a callback that fires whenever the user changes the value.
Fires when the captured combo is pressed (not just changed).
A hotkey capture element that displays the currently bound key combo and lets the user rebind it by pressing a new combination.
Example