PlayerPrefs.SetFloat
static function SetFloat(key: string, value: float): void;
Description

Sets the value of the preference identified by key.

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