Manual     Reference     Scripting  
  
Scripting > Runtime Classes > MonoBehaviour   

MonoBehaviour.useGUILayout  

var useGUILayout : boolean

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.