Summary
Constructs an
InspectorGadgets.Editor.AutoPrefs.EditorBool pref with the specified `key` and `defaultValue`.- Assembly
- Kybernetik
.InspectorGadgets .Editor .dll - Namespace
- InspectorGadgets
.Editor - Containing Type
- AutoPrefs
.EditorBool
Syntax
public EditorBool(string key, bool defaultValue = default(bool), Action<bool> onValueChanged = null)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | |
| defaultValue | bool | |
| onValueChanged | Action |
Return Value
| Type | Description |
|---|---|
| void |