Namespace: | Sirenix.OdinInspector.Editor.Internal |
Assembly: | Sirenix.OdinInspector.Editor |
public sealed class ProjectSettingBool : ProjectSetting<bool>, IProjectSetting
public ProjectSettingBool()
protected override bool Draw(Rect rect, bool value, GUIContent label)
UnityEngine.Rect | rect | |
System.Boolean | value | |
UnityEngine.GUIContent | label |
System.Boolean |
protected override bool GetLocalValue(string key, bool defaultValue)
System.String | key | |
System.Boolean | defaultValue |
System.Boolean |
protected override void SetLocalValue(string key, bool value)
System.String | key | |
System.Boolean | value |