DeleteKey() 개인적인 메소드

private DeleteKey ( string key ) : void
key string
리턴 void
예제 #1
0
 public void DeleteKey(string key)
 {
     EditorPrefs.DeleteKey(key);
 }
예제 #2
0
 private static void EditorApplication_quitting()
 {
     EditorApplication.quitting -= EditorApplication_quitting;
     EditorPrefs.DeleteKey(UnityEditorApplicationOpenKey);
 }