Version 3.3.0.2

SirenixEditorWindowUtilities class

Namespace: Sirenix.OdinInspector.Editor.Internal
Assembly: Sirenix.Utilities.Editor
public static class SirenixEditorWindowUtilities
Inheritance
  • System.Object
  • SirenixEditorWindowUtilities

Methods

Exists(Type)
public static bool Exists(Type windowType)
Parameters
System.Type windowType

Returns
System.Boolean

Exists<T>()
public static bool Exists<T>()
    where T : EditorWindow
Returns
System.Boolean

Type Parameters
T