Class PackageUserSettings
A class representing the user settings related to a Package. These settings are stored in a .user file along the package file.
public class PackageUserSettings
- Inheritance
-
PackageUserSettings
Fields
SettingsContainer
public static SettingsContainer SettingsContainer
Field Value
- SettingsContainer
Properties
Profile
public SettingsProfile Profile { get; }
Property Value
- SettingsProfile
Methods
GetValue<T>(SettingsKey<T>)
public T GetValue<T>(SettingsKey<T> key)
Parameters
key
SettingsKey<T>
Returns
- T
Type Parameters
T
Save()
public bool Save()
Returns
SetValue<T>(SettingsKey<T>, T)
public void SetValue<T>(SettingsKey<T> key, T value)
Parameters
key
SettingsKey<T>value
T
Type Parameters
T