Namespace: | Sirenix.OdinInspector.Editor.Internal |
Assembly: | Sirenix.OdinInspector.Editor |
public class ProjectSettingEnum<T> : ProjectSetting<T>, IProjectSetting where T : struct
public ProjectSettingEnum()
protected override T Draw(Rect rect, T value, GUIContent label)
UnityEngine.Rect | rect | |
T | value | |
UnityEngine.GUIContent | label |
T |
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 |