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