# MultilineAttribute

> Attribute used to make a string value be shown in a multiline textarea.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

## MultilineAttribute()

Attribute used to make a string value be shown in a multiline textarea.

```csharp
public MultilineAttribute()
```

## MultilineAttribute(int)

Attribute used to make a string value be shown in a multiline textarea.

```csharp
public MultilineAttribute(int lines)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): How many lines of text to make room for. Default is 3.
