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