Exemplo n.º 1
0
 /// <summary>
 /// Toggle fullscreen at the current mouse position for the window with the specified type.
 /// </summary>
 public static bool ToggleFullscreenAtMousePosition(Type windowType, bool showTopToolbar)
 {
     return(EditorFullscreenState.ToggleFullscreenAtMousePosition(windowType, showTopToolbar));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Toggle fullscreen at the current mouse position for the window with the specified type. Shows the toolbar if applicable.
 /// </summary>
 public static bool ToggleFullscreenAtMousePosition(Type windowType)
 {
     return(EditorFullscreenState.ToggleFullscreenAtMousePosition(windowType, true));
 }