Vector3IntField
A Vector3Int field. For more information, refer to UXML element Vector3IntField.
Read time 8 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: BaseCompositeField<Vector3Int, IntegerField, int>
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, INotifyValueChanged<Vector3Int>, IMixedValueSupport
[Icon("UIToolkit/Icons/Vector3IntField.png")]public class Vector3IntField : BaseCompositeField<Vector3Int, IntegerField, int>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, INotifyValueChanged<Vector3Int>, 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 |
|---|---|
| Vector3IntField() | Initializes and returns an instance of Vector3IntField. |
| Vector3IntField(System.String) | Initializes and returns an instance of Vector3IntField. |