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