Table of Contents

Class GLPlayerPrefs

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

An alternative to PlayerPrefs that provides methods for setting bool and array preferences.

[Version(1, 0, 0)]
public class GLPlayerPrefs
Inheritance
GLPlayerPrefs
Inherited Members
Extension Methods

Methods

DeleteAll()
DeleteArray(string, string)
DeleteKey(string, string)
GetBool(string, string, bool)
GetBoolArray(string, string)
GetFloat(string, string, float)
GetFloatArray(string, string)
GetInt(string, string, int)
GetIntArray(string, string)
GetString(string, string, string)
GetStringArray(string, string)
HasKey(string, string)
Save()
SetBool(string, string, bool)
SetBoolArray(string, string, bool[])
SetFloat(string, string, float)
SetFloatArray(string, string, float[])
SetInt(string, string, int)
SetIntArray(string, string, int[])
SetString(string, string, string)
SetStringArray(string, string, string[])