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
.EditorVector2
Syntax
public EditorVector2(string key, Vector2 defaultValue = null, Action<Vector2> onValueChanged = null)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | |
| defaultValue | Vector2 | |
| onValueChanged | Action |
Return Value
| Type | Description |
|---|---|
| void |