AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
HoloToolkit.Unity.EditorPrefsUtility Class Reference

Static Public Member Functions

static void SetEditorPref (string key, string value)
 
static void SetEditorPref (string key, bool value)
 
static void SetEditorPref (string key, float value)
 
static void SetEditorPref (string key, int value)
 
static string GetEditorPref (string key, string defaultValue)
 
static bool GetEditorPref (string key, bool defaultValue)
 
static float GetEditorPref (string key, float defaultValue)
 
static int GetEditorPref (string key, int defaultValue)
 

Detailed Description

Definition at line 9 of file EditorPrefsUtility.cs.

Member Function Documentation

§ GetEditorPref() [1/4]

static string HoloToolkit.Unity.EditorPrefsUtility.GetEditorPref ( string  key,
string  defaultValue 
)
static

Definition at line 31 of file EditorPrefsUtility.cs.

§ GetEditorPref() [2/4]

static bool HoloToolkit.Unity.EditorPrefsUtility.GetEditorPref ( string  key,
bool  defaultValue 
)
static

Definition at line 42 of file EditorPrefsUtility.cs.

§ GetEditorPref() [3/4]

static float HoloToolkit.Unity.EditorPrefsUtility.GetEditorPref ( string  key,
float  defaultValue 
)
static

Definition at line 53 of file EditorPrefsUtility.cs.

§ GetEditorPref() [4/4]

static int HoloToolkit.Unity.EditorPrefsUtility.GetEditorPref ( string  key,
int  defaultValue 
)
static

Definition at line 64 of file EditorPrefsUtility.cs.

§ SetEditorPref() [1/4]

static void HoloToolkit.Unity.EditorPrefsUtility.SetEditorPref ( string  key,
string  value 
)
static

Definition at line 11 of file EditorPrefsUtility.cs.

§ SetEditorPref() [2/4]

static void HoloToolkit.Unity.EditorPrefsUtility.SetEditorPref ( string  key,
bool  value 
)
static

Definition at line 16 of file EditorPrefsUtility.cs.

§ SetEditorPref() [3/4]

static void HoloToolkit.Unity.EditorPrefsUtility.SetEditorPref ( string  key,
float  value 
)
static

Definition at line 21 of file EditorPrefsUtility.cs.

§ SetEditorPref() [4/4]

static void HoloToolkit.Unity.EditorPrefsUtility.SetEditorPref ( string  key,
int  value 
)
static

Definition at line 26 of file EditorPrefsUtility.cs.


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