EditorPrefs.SetBoolstatic function SetBool (key : string, value : bool) : voidDescriptionSets the value of the preference identified by key.
EditorPrefs.SetBool("My Pref Value", true);
|
|
||||
| Scripting > Editor Classes > EditorPrefs | ||||
EditorPrefs.SetBoolstatic function SetBool (key : string, value : bool) : voidDescriptionSets the value of the preference identified by key.
EditorPrefs.SetBool("My Pref Value", true);
|