Class Vector4Field
A
Inherited Members
Namespace: UnityEditor.UIElements
Syntax
public class Vector4Field : BaseCompositeField<Vector4, FloatField, float>, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, INotifyValueChanged<Vector4>, IMixedValueSupport
Constructors
Vector4Field()
Initializes and returns an instance of Vector4Field.
Declaration
public Vector4Field()
Vector4Field(String)
Initializes and returns an instance of Vector4Field.
Declaration
public Vector4Field(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 |