Definition at line 9 of file EditorPrefsUtility.cs.
§ GetEditorPref() [1/4]
| static string HoloToolkit.Unity.EditorPrefsUtility.GetEditorPref |
( |
string |
key, |
|
|
string |
defaultValue |
|
) |
| |
|
static |
§ GetEditorPref() [2/4]
| static bool HoloToolkit.Unity.EditorPrefsUtility.GetEditorPref |
( |
string |
key, |
|
|
bool |
defaultValue |
|
) |
| |
|
static |
§ GetEditorPref() [3/4]
| static float HoloToolkit.Unity.EditorPrefsUtility.GetEditorPref |
( |
string |
key, |
|
|
float |
defaultValue |
|
) |
| |
|
static |
§ GetEditorPref() [4/4]
| static int HoloToolkit.Unity.EditorPrefsUtility.GetEditorPref |
( |
string |
key, |
|
|
int |
defaultValue |
|
) |
| |
|
static |
§ SetEditorPref() [1/4]
| static void HoloToolkit.Unity.EditorPrefsUtility.SetEditorPref |
( |
string |
key, |
|
|
string |
value |
|
) |
| |
|
static |
§ SetEditorPref() [2/4]
| static void HoloToolkit.Unity.EditorPrefsUtility.SetEditorPref |
( |
string |
key, |
|
|
bool |
value |
|
) |
| |
|
static |
§ SetEditorPref() [3/4]
| static void HoloToolkit.Unity.EditorPrefsUtility.SetEditorPref |
( |
string |
key, |
|
|
float |
value |
|
) |
| |
|
static |
§ SetEditorPref() [4/4]
| static void HoloToolkit.Unity.EditorPrefsUtility.SetEditorPref |
( |
string |
key, |
|
|
int |
value |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: