EditorGUIExtensions SetEditorPrefsSettingBool Method ScoreFlash API Documentation V4.6.0
Prefixes editor pref keys with NarayanaGames. to make sure I don't overwrite other plugins' settings (or other plugins overwrite my settings).

Namespace: NarayanaGames.UnityEditor.Common
Assembly: Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax

public static void SetEditorPrefsSettingBool(
	string editorPrefsKey,
	bool val
)
See Also