Table of Contents

Class CeresGraphEditorWindow<TContainer, TKWindow>.EditorWindowRegistry

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll
public static class CeresGraphEditorWindow<TContainer, TKWindow>.EditorWindowRegistry
Inheritance
CeresGraphEditorWindow<TContainer, TKWindow>.EditorWindowRegistry
Inherited Members

Methods

FindWindow(CeresGraphIdentifier)

public static CeresGraphEditorWindow FindWindow(CeresGraphIdentifier identifier)

Parameters

identifier CeresGraphIdentifier

Returns

CeresGraphEditorWindow

GetOrCreateEditorWindow(TContainer)

public static TKWindow GetOrCreateEditorWindow(TContainer container)

Parameters

container TContainer

Returns

TKWindow

Register(CeresGraphIdentifier, TKWindow)

public static void Register(CeresGraphIdentifier identifier, TKWindow window)

Parameters

identifier CeresGraphIdentifier
window TKWindow

Unregister(CeresGraphIdentifier, TKWindow)

public static void Unregister(CeresGraphIdentifier identifier, TKWindow window)

Parameters

identifier CeresGraphIdentifier
window TKWindow