Class BoundsField
Bounds Field UI element.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class BoundsField : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IValidatableElement<Bounds>, INotifyValueChanged<Bounds>, ISizeableElement
Constructors
| Name | Description |
|---|---|
| BoundsField() | Default constructor. |
Fields
| Name | Description |
|---|---|
| labelUssClassName | The BoundsField Label styling class. |
| rowUssClassName | The BoundsField row styling class. |
| sizeUssClassName | The BoundsField size styling class. |
| sxFieldUssClassName | The BoundsField X NumericalField styling class. |
| syFieldUssClassName | The BoundsField Y NumericalField styling class. |
| szFieldUssClassName | The BoundsField Z NumericalField styling class. |
| ussClassName | The BoundsField main styling class. |
| xFieldUssClassName | The BoundsField X NumericalField styling class. |
| yFieldUssClassName | The BoundsField Y NumericalField styling class. |
| zFieldUssClassName | The BoundsField Z NumericalField styling class. |
Properties
| Name | Description |
|---|---|
| contentContainer | The content container of the BoundsField. Always null. |
| invalid | Set the validation state of the BoundsField. |
| size | The BoundsField size. |
| validateValue | The validation function of the BoundsField. |
| value | The value of the BoundsField. |
Methods
| Name | Description |
|---|---|
| SetValueWithoutNotify(Bounds) | Sets the value of the BoundsField without notifying the value changed callback. |