Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PlayerPrefs.GetFloat

Switch to Manual
public static function GetFloat(key: string, defaultValue: float = 0.0F): float;

Parameters

Description

Returns the value corresponding to key in the preference file if it exists.

If it doesn't exist, it will return defaultValue.

	print (PlayerPrefs.GetFloat("Player Score"));