Vector2IntField
A Vector2Int field. For more information, refer to UXML element Vector2IntField.
Read time 7 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: BaseCompositeField<Vector2Int, IntegerField, int>
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<Vector2Int>, IMixedValueSupport
public class Vector2IntField : BaseCompositeField<Vector2Int, IntegerField, int>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<Vector2Int>, 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. |
| ussClassName | USS class name of elements of this type. |
Constructors
Constructor | Description |
|---|---|
| Vector2IntField() | Initializes and returns an instance of Vector2IntField. |
| Vector2IntField(System.String) | Initializes and returns an instance of Vector2IntField. |