Versions with this page:
Versions without this page:
Назначает значение для параметра с идентификатором key.
key
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { PlayerPrefs.SetFloat("Player Score", 10.0F); } }