AutoPrefs.EditorString.

AutoPrefs.

EditorString(string, string, Action<string>) Constructor

Summary

Constructs an InspectorGadgets.Editor.AutoPrefs.EditorString pref with the specified `key` and `defaultValue`.

Syntax

public EditorString(string key, string defaultValue = null, Action<string> onValueChanged = null)

Parameters

Name Type Description
key string
defaultValue string
onValueChanged Action<string>

Return Value

Type Description
void