AutoPrefs.Quaternion.

AutoPrefs.

Quaternion(string, Quaternion, Action<Quaternion>) Constructor

Summary

Constructs a InspectorGadgets.AutoPrefs.Quaternion pref with the specified `key` and `defaultValue`.

Syntax

public Quaternion(string key, Quaternion defaultValue = null, Action<Quaternion> onValueChanged = null)

Parameters

Name Type Description
key string
defaultValue Quaternion
onValueChanged Action<Quaternion>

Return Value

Type Description
void