Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Vector3Field

A Vector3 field. For more information, refer to UXML element Vector3Field.
Read time 9 minutesLast updated 2 days ago

Definition

[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

inputUssClassNameUSS class name of input elements in elements of this type.
labelUssClassNameUSS class name of labels in elements of this type.
ussClassNameUSS 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.

Inheritance

Inherited Members