Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Vector3IntField

A Vector3Int field. For more information, refer to UXML element Vector3IntField.
Read time 9 minutesLast updated 5 days ago

Definition

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

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

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

Inheritance

Inherited Members