Search Results for

    Show / Hide Table of Contents

    Class EditorWindowExtensions

    UnityEditor.EditorWindow Based Extension Methods

    Inheritance
    System.Object
    EditorWindowExtensions
    Namespace: GDX.Editor
    Syntax
    public static class EditorWindowExtensions

    Methods

    | Improve this Doc View Source

    ApplySetup(EditorWindow, EditorWindowExtensions.EditorWindowSetup)

    Apply the settings found in a EditorWindowExtensions.EditorWindowSetup to a given UnityEditor.EditorWindow.

    Declaration
    public static void ApplySetup(this EditorWindow window, EditorWindowExtensions.EditorWindowSetup setup)
    Parameters
    Type Name Description
    UnityEditor.EditorWindow window

    The target UnityEditor.EditorWindow.

    EditorWindowExtensions.EditorWindowSetup setup

    The settings data to be used.

    | Improve this Doc View Source

    ForceRepaint(EditorWindow)

    Force a window to repaint immediately.

    Declaration
    public static void ForceRepaint(this EditorWindow window)
    Parameters
    Type Name Description
    UnityEditor.EditorWindow window

    The UnityEditor.EditorWindow to target.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.