Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Vector2IntField

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

Definition

public class Vector2IntField : BaseCompositeField<Vector2Int, IntegerField, int>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<Vector2Int>, 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

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

Inheritance

Inherited Members