Class Vector2IntField
Vector2Int Field UI element.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class Vector2IntField : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IValidatableElement<Vector2Int>, ISizeableElement, INotifyValueChanging<Vector2Int>, INotifyValueChanged<Vector2Int>
Constructors
Name | Description |
---|---|
Vector2IntField() | Default constructor. |
Fields
Name | Description |
---|---|
containerUssClassName | The Vector2Field container styling class. |
sizeUssClassName | The Vector2Field size styling class. |
ussClassName | The Vector2Field main styling class. |
xFieldUssClassName | The Vector2Field X NumericalField styling class. |
yFieldUssClassName | The Vector2Field Y NumericalField styling class. |
Properties
Name | Description |
---|---|
contentContainer | The content container of the Vector2IntField. |
invalid | The invalid state of the Vector2IntField. |
size | The size of the Vector2IntField. |
validateValue | The validation function to use to validate the value. |
value | The value of the Vector2IntField. |
Methods
Name | Description |
---|---|
SetValueWithoutNotify(Vector2Int) | Set the value of the Vector2IntField without notifying the change. |