# GUISettings

> General settings for how the GUI behaves.

## Definition

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

```csharp
public sealed class GUISettings
```

## Remarks

These are shared by all elements in a [GUISkin](/engine/6000.5/script-reference/unityengine/guiskin.md).

## Properties

| Property                                                                                                    | Description                                              |
| ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [cursorColor](/engine/6000.5/script-reference/unityengine/guisettings/cursorcolor.md)                       | The color of the cursor in text fields.                  |
| [cursorFlashSpeed](/engine/6000.5/script-reference/unityengine/guisettings/cursorflashspeed.md)             | The speed of text field cursor flashes.                  |
| [doubleClickSelectsWord](/engine/6000.5/script-reference/unityengine/guisettings/doubleclickselectsword.md) | Should double-clicking select words in text fields.      |
| [selectionColor](/engine/6000.5/script-reference/unityengine/guisettings/selectioncolor.md)                 | The color of the selection rect in text fields.          |
| [tripleClickSelectsLine](/engine/6000.5/script-reference/unityengine/guisettings/tripleclickselectsline.md) | Should triple-clicking select whole text in text fields. |
