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