Class RectIntField
A
Inherited Members
Namespace: UnityEditor.UIElements
Syntax
public class RectIntField : BaseCompositeField<RectInt, IntegerField, int>, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, INotifyValueChanged<RectInt>, IMixedValueSupport
Constructors
RectIntField()
Initializes and returns an instance of RectIntField.
Declaration
public RectIntField()
RectIntField(String)
Initializes and returns an instance of RectIntField.
Declaration
public RectIntField(string label)
Parameters
Type | Name | Description |
---|---|---|
String | label | The text to use as a label. |
Fields
inputUssClassName
USS class name of input elements in elements of this type.
Declaration
public static readonly string inputUssClassName
Field Value
Type | Description |
---|---|
String |
labelUssClassName
USS class name of labels in elements of this type.
Declaration
public static readonly string labelUssClassName
Field Value
Type | Description |
---|---|
String |
ussClassName
USS class name of elements of this type.
Declaration
public static readonly string ussClassName
Field Value
Type | Description |
---|---|
String |