# Layout

> A layout event.

## Definition

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

```csharp
Layout = 8
```

### Remarks

This event is sent prior to anything else - this is a chance to perform any initialization. It is used by the automatic layout system.
