Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RectIntField

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

Definition

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

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

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

Inheritance

Inherited Members