Example #1
0
    public static void RepaintWindow()
    {
        LZFighterEditor window = EditorWindow.GetWindow <LZFighterEditor>();

        if (window != null)
        {
            window.Repaint();
        }
    }