void ShowStormancerDebug() { if (window == null) window = (StormancerEditorWindow)EditorWindow.GetWindow (typeof (StormancerEditorWindow)); if (initiated == false) return; if (logsToShow != null) { ShowLogs(); } else if (routeToShow != null) { ShowChart(); } else { ShowClients(); } }
void ShowStormancerDebug() { if (window == null) { window = (StormancerEditorWindow)EditorWindow.GetWindow(typeof(StormancerEditorWindow)); } if (initiated == false) { return; } if (logsToShow != null) { ShowLogs(); } else if (routeToShow != null) { ShowChart(); } else { ShowClients(); } }
static void Init () { window = (StormancerEditorWindow)EditorWindow.GetWindow (typeof (StormancerEditorWindow)); window.Show(); }
static void Init() { window = (StormancerEditorWindow)EditorWindow.GetWindow(typeof(StormancerEditorWindow)); window.Show(); }