RadioButton
Creates a RadioButton with no label.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
RadioButton()
Creates a RadioButton with no label.
public RadioButton()
RadioButton(string)
Creates a RadioButton with a Label and a default manipulator.
public RadioButton(string label)
Parameters
The Label text.
Remarks
The default manipulator makes it possible to activate the RadioButton with a left mouse click.