Example #1
0
 public static float GetFloat(string key, float defaultValue = 0.0f)
 {
     return(Prefs.GetFloat(key, defaultValue));
 }