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