Beispiel #1
0
    private static void Init()
    {
        CustomEditorPrefs win = GetWindow <CustomEditorPrefs>();

        _gizmoGuiSkin = GizmoGuiSkin;
        win.Show();
    }
Beispiel #2
0
 private static void ClearEditorPrefs()
 {
     foreach (string pref in CustomEditorPrefs.GetCustomEditorPrefsNames())
     {
         EditorPrefs.DeleteKey(pref);
     }
 }