Class RectIntField
RectInt Field UI element.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class RectIntField : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IValidatableElement<RectInt>, INotifyValueChanged<RectInt>, ISizeableElement
  Constructors
| Name | Description | 
|---|---|
| RectIntField() | Default constructor.  | 
      
Fields
| Name | Description | 
|---|---|
| hFieldUssClassName | The RectIntField H NumericalField styling class.  | 
      
| labelUssClassName | The RectIntField Label styling class.  | 
      
| rowUssClassName | The RectIntField row styling class.  | 
      
| sizeUssClassName | The RectIntField size styling class.  | 
      
| ussClassName | The RectIntField main styling class.  | 
      
| wFieldUssClassName | The RectIntField W NumericalField styling class.  | 
      
| xFieldUssClassName | The RectIntField X NumericalField styling class.  | 
      
| yFieldUssClassName | The RectIntField Y NumericalField styling class.  | 
      
Properties
| Name | Description | 
|---|---|
| contentContainer | The content container of the RectIntField.  | 
      
| invalid | The invalid state of the RectIntField.  | 
      
| size | The size of the RectIntField.  | 
      
| validateValue | The callback to validate the value of the RectIntField.  | 
      
| value | The value of the RectIntField.  | 
      
Methods
| Name | Description | 
|---|---|
| SetValueWithoutNotify(RectInt) | Set the value of the RectIntField without notifying the change.  |