Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public class EditorPrefString : EditorPref<string>
public EditorPrefString(string key, string defaultValue)
System.String | key | |
System.String | defaultValue |
protected override string GetValue(string key, string defaultValue)
System.String | key | |
System.String | defaultValue |
System.String |
protected override void SetValue(string key, string value)
System.String | key | |
System.String | value |