We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To read and write preference values use:
public T Get<T>(string key); public void Set<T>(string key, T value);
Currently supported preference types are:
For example,
PrefManager.Get<bool>("boolPreference");
There was an error while loading. Please reload this page.