# RectIntField

> Initializes and returns an instance of RectIntField.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine.UIElements](/engine/6000.3/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

## RectIntField()

Initializes and returns an instance of RectIntField.

```csharp
public RectIntField()
```

## RectIntField(string)

Initializes and returns an instance of RectIntField.

```csharp
public RectIntField(string label)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The text to use as a label.
