Show / Hide Table of Contents

Class SettingsService

Inheritance
Object
SettingsService
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
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
Type Description
EditorWindow
| Improve this Doc View Source

OpenUserPreferences(String)

Declaration
public static EditorWindow OpenUserPreferences(string settingsPath = null)
Parameters
Type Name Description
String settingsPath
Returns
Type Description
EditorWindow
  • Improve this Doc
  • View Source
Back to top Generated by DocFX