BaseField(string, VisualElement)
Initializes and returns an instance of BaseField.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
protected BaseField(string label, VisualElement visualInput)
Parameters
The text to use as a label.
The visual element to use as the input for the field.