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