MonoBehaviour.useGUILayoutvar useGUILayout : booleanDescriptionDisabling 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. |
|
||||
| Scripting > Runtime Classes > MonoBehaviour | ||||
MonoBehaviour.useGUILayoutvar useGUILayout : booleanDescriptionDisabling 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. |