Version 3.3.0.1

EditorPrefBool class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public class EditorPrefBool : EditorPref<bool>
Inheritance
  • System.Object
  • EditorPref<System.Boolean>
  • EditorPrefBool

Constructors

EditorPrefBool(String, Boolean)
public EditorPrefBool(string key, bool defaultValue)
Parameters
System.String key

System.Boolean defaultValue

Methods

GetValue(String, Boolean)
protected override bool GetValue(string key, bool defaultValue)
Parameters
System.String key

System.Boolean defaultValue

Returns
System.Boolean

SetValue(String, Boolean)
protected override void SetValue(string key, bool value)
Parameters
System.String key

System.Boolean value