Summary
Constructs a
InspectorGadgets.AutoPrefs.Bool
pref with the specified `key` and `defaultValue`.- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
- Containing Type
- AutoPrefs
.Bool
Syntax
public Bool(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 |