Show / Hide Table of Contents

    Class EditorWindowWrapper

    Inheritance
    System.Object
    EditorWindowWrapper
    AssetReferenceManagerWindow
    DatabaseMigrationWindow
    SceneReferenceManagerWindow
    CreateObjectConverterWindow
    GameObjectSerializationManagerWindow
    JsonDefaultSettingsWindow
    AutoSaveManagerWindow
    SaveSystemDefaultSettingsWindow
    WelcomeWindow
    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 abstract class EditorWindowWrapper

    Constructors

    | Improve this Doc View Source

    EditorWindowWrapper()

    Declaration
    protected EditorWindowWrapper()

    Properties

    | Improve this Doc View Source

    isOpen

    Declaration
    public bool isOpen { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    window

    Declaration
    public WrappedEditorWindow window { get; }
    Property Value
    Type Description
    WrappedEditorWindow

    Methods

    | Improve this Doc View Source

    Close()

    Declaration
    public void Close()
    | Improve this Doc View Source

    ConfigureWindow()

    Declaration
    protected virtual void ConfigureWindow()
    | Improve this Doc View Source

    OnClose()

    Declaration
    public virtual void OnClose()
    | Improve this Doc View Source

    OnFocus()

    Declaration
    public virtual void OnFocus()
    | Improve this Doc View Source

    OnGUI()

    Declaration
    public virtual void OnGUI()
    | Improve this Doc View Source

    OnHierarchyChange()

    Declaration
    public virtual void OnHierarchyChange()
    | Improve this Doc View Source

    OnInspectorUpdate()

    Declaration
    public virtual void OnInspectorUpdate()
    | Improve this Doc View Source

    OnLostFocus()

    Declaration
    public virtual void OnLostFocus()
    | Improve this Doc View Source

    OnProjectChange()

    Declaration
    public virtual void OnProjectChange()
    | Improve this Doc View Source

    OnSelectionChange()

    Declaration
    public virtual void OnSelectionChange()
    | Improve this Doc View Source

    OnShow()

    Declaration
    public virtual void OnShow()
    | Improve this Doc View Source

    Show()

    Declaration
    protected void Show()
    | Improve this Doc View Source

    Show(Boolean)

    Declaration
    protected void Show(bool immediateDisplay)
    Parameters
    Type Name Description
    System.Boolean immediateDisplay
    | Improve this Doc View Source

    ShowAsDropDown(Rect, Vector2)

    Declaration
    protected void ShowAsDropDown(Rect buttonRect, Vector2 windowSize)
    Parameters
    Type Name Description
    UnityEngine.Rect buttonRect
    UnityEngine.Vector2 windowSize
    | Improve this Doc View Source

    ShowAuxWindow()

    Declaration
    protected void ShowAuxWindow()
    | Improve this Doc View Source

    ShowPopup()

    Declaration
    protected void ShowPopup()
    | Improve this Doc View Source

    ShowUtility()

    Declaration
    protected void ShowUtility()
    | Improve this Doc View Source

    Update()

    Declaration
    public virtual void Update()
    • Improve this Doc
    • View Source
    • 0 Comments