Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SettingsService

This class provides global APIs to interact with the Settings window.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Class
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static class SettingsService

Static Methods

Method

Description

ExistsVerify the existence of a settings path.
NotifySettingsProviderChangedUse this function to notify the SettingsService that a SettingsProvider changed.
OpenProjectSettingsOpen the Project Settings window with the specified settings item already selected.
OpenUserPreferencesOpen the Preferences window with the specified settings item already selected.
RepaintAllSettingsWindowNotifies the SettingsService that all open Settings windows must be repainted.