Method OnGUI
OnGUI(string)
Use this function to draw the UI based on IMGUI. This assumes you haven't added any children to the rootElement passed to the OnActivate function.
Declaration
public override abstract void OnGUI(string searchContext)
Parameters
Type | Name | Description |
---|---|---|
string | searchContext | Search context for the Settings window. Used to show or hide relevant properties. |