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