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
 - 
      objectPackageUserSettings
 
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
keySettingsKey<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
keySettingsKey<T>valueT
Type Parameters
T