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