Class BoundsField
A
Inherited Members
Namespace: UnityEditor.UIElements
Syntax
public class BoundsField : BaseField<Bounds>, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, INotifyValueChanged<Bounds>, IMixedValueSupport
Constructors
BoundsField()
Initializes and returns an instance of BoundsField.
Declaration
public BoundsField()
BoundsField(String)
Initializes and returns an instance of BoundsField.
Declaration
public BoundsField(string label)
Parameters
Type | Name | Description |
---|---|---|
String | label | The text to use as a label. |
Fields
centerFieldUssClassName
USS class name of center fields in elements of this type.
Declaration
public static readonly string centerFieldUssClassName
Field Value
Type | Description |
---|---|
String |
extentsFieldUssClassName
USS class name of extents fields in elements of this type.
Declaration
public static readonly string extentsFieldUssClassName
Field Value
Type | Description |
---|---|
String |
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 |
Methods
SetValueWithoutNotify(Bounds)
Declaration
public override void SetValueWithoutNotify(Bounds newValue)
Parameters
Type | Name | Description |
---|---|---|
Bounds | newValue |
Overrides
UnityEngine.UIElements.BaseField<Bounds>.SetValueWithoutNotify(Bounds)
UpdateMixedValueContent()
Declaration
protected override void UpdateMixedValueContent()
Overrides
UnityEngine.UIElements.BaseField<Bounds>.UpdateMixedValueContent()