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