EditorGUIUtility.ExitGUI();

Hello everyone,

Does the script reference for EditorGUIUtility.ExitGUI(); exist?
I cannot seem to find it.

Thx!

It’s a hidden method. If should force the GUI to stop calling its layout methods until the next update.

EDIT: ooops didn’t realize I was kinda necroposting. Sorry.

Can I maybe find a list of the Hidden methods somewhere?

@Hamersr , no by design we don’t have documentation for non-public API methods/classes. Generally non-public API methods are internal to Unity editor/engine and might change behavior in new versions of Unity.

I would suggest you post your question on one of the other forums, with some additional information about what the problem is you are trying to solve.

Best regards, Rasmus