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