# OnGUI(string)

> Overrides SettingsProvider.OnGUI for this AssetSettingsProvider.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public override void OnGUI(string searchContext)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Search context for the Settings window. Used to show or hide relevant properties.
