Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

EditorGUIUtility.ExitGUI();

Discussion in 'Documentation' started by Hamersr, Aug 7, 2014.

  1. Hamersr

    Hamersr

    Joined:
    Mar 20, 2013
    Posts:
    15
    Hello everyone,

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

    Thx!
     
  2. Demigiant

    Demigiant

    Joined:
    Jan 27, 2011
    Posts:
    3,239
    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.
     
  3. Hamersr

    Hamersr

    Joined:
    Mar 20, 2013
    Posts:
    15
    Can I maybe find a list of the Hidden methods somewhere?
     
  4. Rasmus Selsmark

    Rasmus Selsmark

    Joined:
    Mar 13, 2013
    Posts:
    120
    @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