PlayerPrefsX Class Reference

Static Public Member Functions

static bool SetBool (String name, bool value)
 
static bool GetBool (String name)
 
static bool GetBool (String name, bool defaultValue)
 
static long GetLong (string key, long defaultValue)
 
static long GetLong (string key)
 
static void SetLong (string key, long value)
 
static bool SetVector2 (String key, Vector2 vector)
 
static Vector2 GetVector2 (String key, Vector2 defaultValue)
 
static bool SetVector3 (String key, Vector3 vector)
 
static Vector3 GetVector3 (String key)
 
static Vector3 GetVector3 (String key, Vector3 defaultValue)
 
static bool SetQuaternion (String key, Quaternion vector)
 
static Quaternion GetQuaternion (String key)
 
static Quaternion GetQuaternion (String key, Quaternion defaultValue)
 
static bool SetColor (String key, Color color)
 
static Color GetColor (String key)
 
static Color GetColor (String key, Color defaultValue)
 
static bool SetBoolArray (String key, bool[] boolArray)
 
static bool [] GetBoolArray (String key)
 
static bool [] GetBoolArray (String key, bool defaultValue, int defaultSize)
 
static bool SetStringArray (String key, String[] stringArray)
 
static String [] GetStringArray (String key)
 
static String [] GetStringArray (String key, String defaultValue, int defaultSize)
 
static bool SetIntArray (String key, int[] intArray)
 
static bool SetFloatArray (String key, float[] floatArray)
 
static bool SetVector2Array (String key, Vector2[] vector2Array)
 
static bool SetVector3Array (String key, Vector3[] vector3Array)
 
static bool SetQuaternionArray (String key, Quaternion[] quaternionArray)
 
static bool SetColorArray (String key, Color[] colorArray)
 
static int [] GetIntArray (String key)
 
static int [] GetIntArray (String key, int defaultValue, int defaultSize)
 
static float [] GetFloatArray (String key)
 
static float [] GetFloatArray (String key, float defaultValue, int defaultSize)
 
static Vector2 [] GetVector2Array (String key)
 
static Vector2 [] GetVector2Array (String key, Vector2 defaultValue, int defaultSize)
 
static Vector3 [] GetVector3Array (String key)
 
static Vector3 [] GetVector3Array (String key, Vector3 defaultValue, int defaultSize)
 
static Quaternion [] GetQuaternionArray (String key)
 
static Quaternion [] GetQuaternionArray (String key, Quaternion defaultValue, int defaultSize)
 
static Color [] GetColorArray (String key)
 
static Color [] GetColorArray (String key, Color defaultValue, int defaultSize)
 
static void ShowArrayType (String key)
 

Member Function Documentation

◆ GetBool() [1/2]

static bool PlayerPrefsX.GetBool ( String  name)
static

◆ GetBool() [2/2]

static bool PlayerPrefsX.GetBool ( String  name,
bool  defaultValue 
)
static

◆ GetBoolArray() [1/2]

static bool [] PlayerPrefsX.GetBoolArray ( String  key)
static

◆ GetBoolArray() [2/2]

static bool [] PlayerPrefsX.GetBoolArray ( String  key,
bool  defaultValue,
int  defaultSize 
)
static

◆ GetColor() [1/2]

static Color PlayerPrefsX.GetColor ( String  key)
static

◆ GetColor() [2/2]

static Color PlayerPrefsX.GetColor ( String  key,
Color  defaultValue 
)
static

◆ GetColorArray() [1/2]

static Color [] PlayerPrefsX.GetColorArray ( String  key)
static

◆ GetColorArray() [2/2]

static Color [] PlayerPrefsX.GetColorArray ( String  key,
Color  defaultValue,
int  defaultSize 
)
static

◆ GetFloatArray() [1/2]

static float [] PlayerPrefsX.GetFloatArray ( String  key)
static

◆ GetFloatArray() [2/2]

static float [] PlayerPrefsX.GetFloatArray ( String  key,
float  defaultValue,
int  defaultSize 
)
static

◆ GetIntArray() [1/2]

static int [] PlayerPrefsX.GetIntArray ( String  key)
static

◆ GetIntArray() [2/2]

static int [] PlayerPrefsX.GetIntArray ( String  key,
int  defaultValue,
int  defaultSize 
)
static

◆ GetLong() [1/2]

static long PlayerPrefsX.GetLong ( string  key,
long  defaultValue 
)
static

◆ GetLong() [2/2]

static long PlayerPrefsX.GetLong ( string  key)
static

◆ GetQuaternion() [1/2]

static Quaternion PlayerPrefsX.GetQuaternion ( String  key)
static

◆ GetQuaternion() [2/2]

static Quaternion PlayerPrefsX.GetQuaternion ( String  key,
Quaternion  defaultValue 
)
static

◆ GetQuaternionArray() [1/2]

static Quaternion [] PlayerPrefsX.GetQuaternionArray ( String  key)
static

◆ GetQuaternionArray() [2/2]

static Quaternion [] PlayerPrefsX.GetQuaternionArray ( String  key,
Quaternion  defaultValue,
int  defaultSize 
)
static

◆ GetStringArray() [1/2]

static String [] PlayerPrefsX.GetStringArray ( String  key)
static

◆ GetStringArray() [2/2]

static String [] PlayerPrefsX.GetStringArray ( String  key,
String  defaultValue,
int  defaultSize 
)
static

◆ GetVector2()

static Vector2 PlayerPrefsX.GetVector2 ( String  key,
Vector2  defaultValue 
)
static

◆ GetVector2Array() [1/2]

static Vector2 [] PlayerPrefsX.GetVector2Array ( String  key)
static

◆ GetVector2Array() [2/2]

static Vector2 [] PlayerPrefsX.GetVector2Array ( String  key,
Vector2  defaultValue,
int  defaultSize 
)
static

◆ GetVector3() [1/2]

static Vector3 PlayerPrefsX.GetVector3 ( String  key)
static

◆ GetVector3() [2/2]

static Vector3 PlayerPrefsX.GetVector3 ( String  key,
Vector3  defaultValue 
)
static

◆ GetVector3Array() [1/2]

static Vector3 [] PlayerPrefsX.GetVector3Array ( String  key)
static

◆ GetVector3Array() [2/2]

static Vector3 [] PlayerPrefsX.GetVector3Array ( String  key,
Vector3  defaultValue,
int  defaultSize 
)
static

◆ SetBool()

static bool PlayerPrefsX.SetBool ( String  name,
bool  value 
)
static

◆ SetBoolArray()

static bool PlayerPrefsX.SetBoolArray ( String  key,
bool []  boolArray 
)
static

◆ SetColor()

static bool PlayerPrefsX.SetColor ( String  key,
Color  color 
)
static

◆ SetColorArray()

static bool PlayerPrefsX.SetColorArray ( String  key,
Color []  colorArray 
)
static

◆ SetFloatArray()

static bool PlayerPrefsX.SetFloatArray ( String  key,
float []  floatArray 
)
static

◆ SetIntArray()

static bool PlayerPrefsX.SetIntArray ( String  key,
int []  intArray 
)
static

◆ SetLong()

static void PlayerPrefsX.SetLong ( string  key,
long  value 
)
static

◆ SetQuaternion()

static bool PlayerPrefsX.SetQuaternion ( String  key,
Quaternion  vector 
)
static

◆ SetQuaternionArray()

static bool PlayerPrefsX.SetQuaternionArray ( String  key,
Quaternion []  quaternionArray 
)
static

◆ SetStringArray()

static bool PlayerPrefsX.SetStringArray ( String  key,
String []  stringArray 
)
static

◆ SetVector2()

static bool PlayerPrefsX.SetVector2 ( String  key,
Vector2  vector 
)
static

◆ SetVector2Array()

static bool PlayerPrefsX.SetVector2Array ( String  key,
Vector2 []  vector2Array 
)
static

◆ SetVector3()

static bool PlayerPrefsX.SetVector3 ( String  key,
Vector3  vector 
)
static

◆ SetVector3Array()

static bool PlayerPrefsX.SetVector3Array ( String  key,
Vector3 []  vector3Array 
)
static

◆ ShowArrayType()

static void PlayerPrefsX.ShowArrayType ( String  key)
static

The documentation for this class was generated from the following file: