Constructor ScriptableSettingsProvider
ScriptableSettingsProvider(string, SettingsScope)
Initialize a new ScriptableSettingsProvider.
Declaration
protected ScriptableSettingsProvider(string path, SettingsScope scope = SettingsScope.User)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path to this settings view within the Preferences or Project Settings window. |
| SettingsScope | scope | The scope of these settings. |