Class BoundsIntField
A
Inherited Members
Namespace: UnityEditor.UIElements
Syntax
public class BoundsIntField : BaseField<BoundsInt>, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, INotifyValueChanged<BoundsInt>, IMixedValueSupport
Constructors
BoundsIntField()
Initializes and returns an instance of BoundsIntField.
Declaration
public BoundsIntField()
BoundsIntField(String)
Initializes and returns an instance of BoundsIntField.
Declaration
public BoundsIntField(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 |
positionUssClassName
USS class name of position fields in elements of this type.
Declaration
public static readonly string positionUssClassName
Field Value
Type | Description |
---|---|
String |
sizeUssClassName
USS class name of size fields in elements of this type.
Declaration
public static readonly string sizeUssClassName
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 |
Methods
SetValueWithoutNotify(BoundsInt)
Declaration
public override void SetValueWithoutNotify(BoundsInt newValue)
Parameters
Type | Name | Description |
---|---|---|
BoundsInt | newValue |
Overrides
UnityEngine.UIElements.BaseField<BoundsInt>.SetValueWithoutNotify(BoundsInt)
UpdateMixedValueContent()
Declaration
protected override void UpdateMixedValueContent()
Overrides
UnityEngine.UIElements.BaseField<BoundsInt>.UpdateMixedValueContent()