Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Vector2Field

A Vector2 field. For more information, refer to UXML element Vector2Field.
Read time 7 minutesLast updated 2 days ago

Definition

public class Vector2Field : BaseCompositeField<Vector2, FloatField, float>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<Vector2>, IMixedValueSupport

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

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

Inheritance

Inherited Members