PlayerPrefsUtils.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/PlayerPrefs/PlayerPrefsUtils.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/PlayerPrefs/PlayerPrefsUtils.cs
Source file hash: sha256:688663b3812d10eb81f969bd8eeb27e56d8be0b8d5a0faad1f6635a8fd53cf5f
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: PlayerPrefsUtils
Section titled “Type: PlayerPrefsUtils”Original lines: 32-198
Declaration hash: sha256:26ca5cc5644617e2cfd78cad16dd69d06b09bdb91494fa045fa78d198df8ce60
public static class PlayerPrefsUtils{}Method: SetValue(string key, object value)
Section titled “Method: SetValue(string key, object value)”Original lines: 68-122
Declaration hash: sha256:ea34f799170ae1a0228c6f2fb7291a67f0472e84b046c9be7af8df258a2c88a5
public static void SetValue(string key, object value);Method: GetValue<T>(string key)
Section titled “Method: GetValue<T>(string key)”Original lines: 131-191
Declaration hash: sha256:214d441e82e7f3bef31b161e454a339c7d10547acfd5962fe26d9234e557350f
public static T GetValue<T>(string key);Method: HasKey(string name)
Section titled “Method: HasKey(string name)”Original lines: 194-197
Declaration hash: sha256:68b89cb7835c6ad2e9ae4e1f8878fdc332e98119abe0b28add040a5dfc234595
public static bool HasKey(string name);