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