DeleteKey() private method

private DeleteKey ( string key ) : void
key string
return void
 public void DeleteKey(string key)
 {
     EditorPrefs.DeleteKey(key);
 }
示例#2
0
 private static void EditorApplication_quitting()
 {
     EditorApplication.quitting -= EditorApplication_quitting;
     EditorPrefs.DeleteKey(UnityEditorApplicationOpenKey);
 }