Class EditorWindowProxy
Proxy class for accessing UnityEditor.EditorWindow.
Namespace: Unity.Tutorials.Core.Editor
Syntax
public class EditorWindowProxy : EditorWindow
Methods
IsParentNull()
Is the parent of this window null.
Declaration
protected bool IsParentNull()
Returns
Type | Description |
---|---|
Boolean |
OnResized_Internal()
Called upon EditorWindow.OnResized(), after the base class' implementation.
Declaration
protected virtual void OnResized_Internal()