ToggleButtonGroupState(ulong, int)
Constructs a ToggleButtonGroupState.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public ToggleButtonGroupState(ulong optionsBitMask, int length)
Parameters
Remarks
The maximum number of toggle button options allowed is 64. Exceeding this number will throw an ArgumentOutOfRangeException.