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