Class RectField
A
Inherited Members
Namespace: UnityEditor.UIElements
Syntax
public class RectField : BaseCompositeField<Rect, FloatField, float>, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, INotifyValueChanged<Rect>, IMixedValueSupport
Constructors
RectField()
Initializes and returns an instance of RectField.
Declaration
public RectField()
RectField(String)
Initializes and returns an instance of RectField.
Declaration
public RectField(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 |