AutoPrefs.EditorQuaternion.

AutoPrefs.

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

Summary

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

Syntax

public EditorQuaternion(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