# delayCall

> Delegate which is called once after all inspectors update.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static EditorApplication.CallbackFunction delayCall
```

### Remarks

Add functions to this delegate in order to delay their execution until after inspectors have updated. Each function is only executed once after it is added. Additional Resources: [EditorApplication.update](/engine/6000.7/script-reference/unityeditor/editorapplication/update.md)
