Click or drag to resize

GLPlayerPrefs Class

An alternative to PlayerPrefs that provides methods for setting bool and array preferences.
Inheritance Hierarchy
SystemObject
  Gamelogic.ExtensionsGLPlayerPrefs

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 0, 0)]
public class GLPlayerPrefs

The GLPlayerPrefs type exposes the following members.

Constructors
  NameDescription
Public methodGLPlayerPrefs
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also