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