Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

PlayerPrefsUtils.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/PlayerPrefs/PlayerPrefsUtils.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 32-198

Declaration hash: sha256:26ca5cc5644617e2cfd78cad16dd69d06b09bdb91494fa045fa78d198df8ce60

C#
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

C#
public static void SetValue(string key, object value);

Original lines: 131-191

Declaration hash: sha256:214d441e82e7f3bef31b161e454a339c7d10547acfd5962fe26d9234e557350f

C#
public static T GetValue<T>(string key);

Original lines: 194-197

Declaration hash: sha256:68b89cb7835c6ad2e9ae4e1f8878fdc332e98119abe0b28add040a5dfc234595

C#
public static bool HasKey(string name);
Full-size image