public static bool IsOn(ParameterType t)
 {
     return(PlayerPrefs.GetInt(t.ToString(), t.Default() ? 1 : 0) == 1);
 }