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