MonoBehaviour.useGUILayout
var useGUILayout: bool;
bool useGUILayout;
useGUILayout as bool
Description

Disabling this lets you skip the GUI layout phase.

It can only be used if you do not use GUI.Window and GUILayout inside of this OnGUI call.