UnityEditor.EditorApplicationLayout.SetStopmodeLayout C# (CSharp) Méthode

SetStopmodeLayout() static private méthode

static private SetStopmodeLayout ( ) : void
Résultat void
        internal static void SetStopmodeLayout()
        {
            WindowLayout.ShowAppropriateViewOnEnterExitPlaymode(false);
            Toolbar.RepaintToolbar();
        }
    }

Usage Example

Exemple #1
0
 internal static void SetPausemodeLayout()
 {
     EditorApplicationLayout.SetStopmodeLayout();
 }