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