Class SettingsService
Inheritance
SettingsService
Assembly: UnityEditor.dll
Syntax
public static class SettingsService
Methods
|
Improve this Doc
View Source
NotifySettingsProviderChanged()
Declaration
public static void NotifySettingsProviderChanged()
|
Improve this Doc
View Source
OpenProjectSettings(String)
Declaration
public static EditorWindow OpenProjectSettings(string settingsPath = null)
Parameters
Type |
Name |
Description |
String |
settingsPath |
|
Returns
|
Improve this Doc
View Source
OpenUserPreferences(String)
Declaration
public static EditorWindow OpenUserPreferences(string settingsPath = null)
Parameters
Type |
Name |
Description |
String |
settingsPath |
|
Returns