Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

PlayerPrefs.SetFloat

Switch to Manual
public static function SetFloat(key: string, value: float): void;

Parameters

Description

Sets the value of the preference identified by key.

	PlayerPrefs.SetFloat("Player Score", 10.0);