ToggleAllOptions()
Toggles all the available options' state.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void ToggleAllOptions()
Remarks
Calling this method will make all the active toggle buttons to be inactive and all the inactive toggle buttons to be active.