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