/// <summary> /// Draw the console to the screen manually. /// </summary> public void Draw() { RenderUtility.DrawConsole(this, Material); }