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