Namespace: | Sirenix.OdinInspector.Editor.Internal |
Assembly: | Sirenix.OdinInspector.Editor |
public class ProjectSettingInt : ProjectSetting<int>, IProjectSetting
public ProjectSettingInt()
protected override int Draw(Rect rect, int value, GUIContent label)
UnityEngine.Rect | rect | |
System.Int32 | value | |
UnityEngine.GUIContent | label |
System.Int32 |
protected override int GetLocalValue(string key, int defaultValue)
System.String | key | |
System.Int32 | defaultValue |
System.Int32 |
protected override void SetLocalValue(string key, int value)
System.String | key | |
System.Int32 | value |