Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Vector4Field

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

Definition

[Icon("UIToolkit/Icons/Vector4Field.png")][UxmlElement(libraryPath = "Numeric Fields")]public class Vector4Field : BaseCompositeField<Vector4, FloatField, float>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<Vector4>

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

Vector4Field()Initializes and returns an instance of Vector4Field.
Vector4Field(System.String)Initializes and returns an instance of Vector4Field.

Inheritance

Inherited Members