# UnsignedIntegerField

> Constructor.

## Definition

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

## UnsignedIntegerField()

Constructor.

```csharp
public UnsignedIntegerField()
```

## UnsignedIntegerField(int)

Constructor.

```csharp
public UnsignedIntegerField(int maxLength)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Maximum number of characters the field can take.

## UnsignedIntegerField(string, int)

Constructor.

```csharp
public UnsignedIntegerField(string label, int maxLength = 1000)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): **** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Maximum number of characters the field can take.
