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