Class CeresGraphEditorWindow<TContainer, TKWindow>.EditorWindowRegistry
public static class CeresGraphEditorWindow<TContainer, TKWindow>.EditorWindowRegistry
- Inheritance
-
CeresGraphEditorWindow<TContainer, TKWindow>.EditorWindowRegistry
- Inherited Members
Methods
FindWindow(CeresGraphIdentifier)
Find existed CeresGraphEditorWindow by CeresGraphIdentifier
public static CeresGraphEditorWindow FindWindow(CeresGraphIdentifier identifier)
Parameters
identifierCeresGraphIdentifier
Returns
GetOrCreateEditorWindow(TContainer)
public static TKWindow GetOrCreateEditorWindow(TContainer container)
Parameters
containerTContainer
Returns
- TKWindow
Register(CeresGraphIdentifier, TKWindow)
public static void Register(CeresGraphIdentifier identifier, TKWindow window)
Parameters
identifierCeresGraphIdentifierwindowTKWindow
Unregister(CeresGraphIdentifier, TKWindow)
public static void Unregister(CeresGraphIdentifier identifier, TKWindow window)
Parameters
identifierCeresGraphIdentifierwindowTKWindow