Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public class ProjectSettingEnum<T> : ProjectSetting<T>, IProjectSetting where T : struct
public ProjectSettingEnum()
protected override T GetLocalValue(string key, T defaultValue)
System.String | key | |
T | defaultValue |
T |
protected override void SetLocalValue(string key, T value)
System.String | key | |
T | value |