Version 3.3.0.2

ProjectSettingInt class

Namespace: Sirenix.OdinInspector.Editor.Internal
Assembly: Sirenix.OdinInspector.Editor
public class ProjectSettingInt : ProjectSetting<int>, IProjectSetting
Inheritance

Constructors

ProjectSettingInt()
public ProjectSettingInt()

Methods

Draw(Rect, Int32, GUIContent)
protected override int Draw(Rect rect, int value, GUIContent label)
Parameters
UnityEngine.Rect rect

System.Int32 value

UnityEngine.GUIContent label

Returns
System.Int32

GetLocalValue(String, Int32)
protected override int GetLocalValue(string key, int defaultValue)
Parameters
System.String key

System.Int32 defaultValue

Returns
System.Int32

SetLocalValue(String, Int32)
protected override void SetLocalValue(string key, int value)
Parameters
System.String key

System.Int32 value