Class Vector3Field
Vector3 Field UI element.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class Vector3Field : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IValidatableElement<Vector3>, ISizeableElement, INotifyValueChanging<Vector3>, INotifyValueChanged<Vector3>
  Constructors
| Name | Description | 
|---|---|
| Vector3Field() | 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 Vector3Field.  | 
      
| invalid | The invalid state of the Vector3Field.  | 
      
| size | The size of the Vector3Field.  | 
      
| validateValue | The validation function of the Vector3Field.  | 
      
| value | The value of the Vector3Field.  | 
      
Methods
| Name | Description | 
|---|---|
| SetValueWithoutNotify(Vector3) | Sets the value of the Vector3Field without notifying the change event.  |