BoundsField
Initializes and returns an instance of BoundsField.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
BoundsField()
Initializes and returns an instance of BoundsField.
public BoundsField()
BoundsField(string)
Initializes and returns an instance of BoundsField.
public BoundsField(string label)
Parameters
The text to use as a label.