public static int VH(this float ofScreen) => UI.OfScreenHeight(ofScreen);
 public static int VH(this double ofScreen) => UI.OfScreenHeight(Convert.ToSingle(ofScreen));