Version: 2021.3
언어: 한국어
public static void DeleteKey (string key);

설명

Removes the given key from the PlayerPrefs. If the key does not exist, DeleteKey has no impact.

The following example shows a public function called ‘DeleteKey’. The function takes a string variable called ‘KeyName’ as a parameter, which PlayerPrefs.DeleteKey uses to delete the key from the registry.

using UnityEngine;

public class Example : MonoBehaviour { public void DeleteKey(string KeyName) { PlayerPrefs.DeleteKey(KeyName); } }
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961