RectIntField
A RectInt field. For more information, refer to UXML element RectIntField.
Read time 9 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: BaseCompositeField<RectInt, IntegerField, int>
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<RectInt>
[UxmlElement(libraryPath = "Numeric Fields")][Icon("UIToolkit/Icons/RectIntField.png")]public class RectIntField : BaseCompositeField<RectInt, IntegerField, int>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<RectInt>
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. |
| ussClassName | USS class name of elements of this type. |
Constructors
Constructor | Description |
|---|---|
| RectIntField() | Initializes and returns an instance of RectIntField. |
| RectIntField(System.String) | Initializes and returns an instance of RectIntField. |