Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SettingsService.Exists

Declaration

public static bool Exists(string settingsPath);

Parameters

settingsPath Settings path of the item to verify the existence of (for example, 'Project/Player' or 'Preferences/Search').

Returns

bool Returns true if the settings path exists.

Description

Verify the existence of a settings path.