DeleteKey() private method

private DeleteKey ( string key ) : void
key string
return void
Ejemplo n.º 1
0
 public void DeleteKey(string key)
 {
     EditorPrefs.DeleteKey(key);
 }
Ejemplo n.º 2
0
 private static void EditorApplication_quitting()
 {
     EditorApplication.quitting -= EditorApplication_quitting;
     EditorPrefs.DeleteKey(UnityEditorApplicationOpenKey);
 }