BoundsField
A Bounds editor field. For more information, refer to UXML element BoundsField.
Read time 7 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: BaseField<Bounds>
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<Bounds>, IMixedValueSupport
public class BoundsField : BaseField<Bounds>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<Bounds>, IMixedValueSupport
Static Fields
Value | Description |
|---|---|
| centerFieldUssClassName | USS class name of center fields in elements of this type. |
| extentsFieldUssClassName | USS class name of extents fields in elements of this type. |
| inputUssClassName | USS class name of input elements in elements of this type. |
| labelUssClassName | USS class name of labels in elements of this type. |
| ussClassName | USS class name of elements of this type. |
Constructors
Constructor | Description |
|---|---|
| BoundsField() | Initializes and returns an instance of BoundsField. |
| BoundsField(System.String) | Initializes and returns an instance of BoundsField. |