UnityEditor.EditorApplicationLayout.SetStopmodeLayout C# (CSharp) Method

SetStopmodeLayout() static private method

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

Usage Example

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