Ejemplo n.º 1
0
 /// <summary>
 /// Returns true if an editor window type is fullscreen on the screen at the specified position.
 /// </summary>
 public static bool WindowTypeIsFullscreenOnScreenAtPosition(Type windowType, Vector2 atPosition)
 {
     return(EditorFullscreenState.WindowTypeIsFullscreenOnScreenAtPosition(windowType, atPosition));
 }