public static object Show(UnityEditor.SettingsScope scopes, string settingsPath = null)
 {
     if (__Show_0_2 == null)
     {
         __Show_0_2 = (Func <UnityEditor.SettingsScope, string, object>)Delegate.CreateDelegate(typeof(Func <UnityEditor.SettingsScope, string, object>), null, UnityTypes.UnityEditor_SettingsWindow.GetMethod("Show", R.StaticMembers, null, new Type[] { typeof(UnityEditor.SettingsScope), typeof(string) }, null));
     }
     return(__Show_0_2(scopes, settingsPath));
 }
 public EditorToolbarSettingsProvider(string path, UnityEditor.SettingsScope scope) : base(path, scope)
 {
 }
 public UnityEditorSettingsWindow(UnityEditor.SettingsScope scope)
 {
     m_instance = Activator.CreateInstance(UnityTypes.UnityEditor_SettingsWindow, new object[] { scope });
 }