Version 3.1.11.0

ProjectSettingBool class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public sealed class ProjectSettingBool : ProjectSetting<bool>, IProjectSetting
Inheritance

Constructors

ProjectSettingBool()
public ProjectSettingBool()

Methods

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

System.Boolean defaultValue

Returns
System.Boolean

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

System.Boolean value