protected bool Button(string text) { var rect = VA_Helper.Reserve(); return(GUI.Button(rect, text)); }