BoundsIntField
A BoundsInt field. For more information, refer to UXML element BoundsIntField.
Read time 7 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: BaseField<BoundsInt>
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<BoundsInt>, IMixedValueSupport
[Icon("UIToolkit/Icons/BoundsIntField.png")]public class BoundsIntField : BaseField<BoundsInt>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<BoundsInt>, IMixedValueSupport
Static Fields
Value | Description |
|---|---|
| inputUssClassName | USS class name of input elements in elements of this type. |
| labelUssClassName | USS class name of labels in elements of this type. |
| positionUssClassName | USS class name of position fields in elements of this type. |
| sizeUssClassName | USS class name of size fields in elements of this type. |
| ussClassName | USS class name of elements of this type. |
Constructors
Constructor | Description |
|---|---|
| BoundsIntField() | Initializes and returns an instance of BoundsIntField. |
| BoundsIntField(System.String) | Initializes and returns an instance of BoundsIntField. |