Show / Hide Table of Contents

    Class EditorWindowExtensions

    Inheritance
    System.Object
    EditorWindowExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.Core.EditorWindows
    Assembly: Bayat.Core.Editor.dll
    Syntax
    public static class EditorWindowExtensions

    Methods

    | Improve this Doc View Source

    Center(EditorWindow)

    Declaration
    public static void Center(this EditorWindow window)
    Parameters
    Type Name Description
    UnityEditor.EditorWindow window
    | Improve this Doc View Source

    IsFocused(EditorWindow)

    Declaration
    public static bool IsFocused(this EditorWindow window)
    Parameters
    Type Name Description
    UnityEditor.EditorWindow window
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    • 0 Comments