Class Vector3Field
A
Inherited Members
Namespace: UnityEditor.UIElements
Syntax
public class Vector3Field : BaseCompositeField<Vector3, FloatField, float>, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, INotifyValueChanged<Vector3>, IMixedValueSupport
Constructors
Vector3Field()
Initializes and returns an instance of Vector3Field.
Declaration
public Vector3Field()
Vector3Field(String)
Initializes and returns an instance of Vector3Field.
Declaration
public Vector3Field(string label)
Parameters
Type | Name | Description |
---|---|---|
String | label | The text to use as a label. |
Fields
inputUssClassName
USS class name of input elements in elements of this type.
Declaration
public static readonly string inputUssClassName
Field Value
Type | Description |
---|---|
String |
labelUssClassName
USS class name of labels in elements of this type.
Declaration
public static readonly string labelUssClassName
Field Value
Type | Description |
---|---|
String |
ussClassName
USS class name of elements of this type.
Declaration
public static readonly string ussClassName
Field Value
Type | Description |
---|---|
String |