AutoPrefs.String.

AutoPrefs.

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

Summary

Constructs a InspectorGadgets.AutoPrefs.String pref with the specified `key` and `defaultValue`.

Syntax

public String(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