# GUIStyle

> Constructor for empty GUIStyle.

## Definition

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

## GUIStyle()

Constructor for empty GUIStyle.

```csharp
public GUIStyle()
```

## GUIStyle(GUIStyle)

Constructs GUIStyle identical to given other GUIStyle.

```csharp
public GUIStyle(GUIStyle other)
```

### Parameters

**** (\[GUIStyle]\(/engine/6000.6/script-reference/unityengine/guistyle)):&#x20;
