Class EditorWindowExtensions
UnityEditor.EditorWindow Based Extension Methods
Inheritance
System.Object
EditorWindowExtensions
Namespace: GDX.Editor
Syntax
public static class EditorWindowExtensions
Methods
| Improve this Doc View SourceApplySetup(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. |
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. |