private static void ShowWindow()
        {
            var w = GetWindow <KLDebugWindow>(false, "Krilloud - Contract Info", true);

            w.minSize = new Vector2(350, 350);
            w.maxSize = new Vector2(350, 500);

            w.m_contractCache = KLEditorCore.GetContractCopy();
        }
Exemple #2
0
 private void RefreshCore()
 {
     KLEditorCore.RefreshCore();
     m_isDirty = false;
 }