AutoPrefs.EditorVector4.

AutoPrefs.

EditorVector4(string, Vector4, Action<Vector4>) Constructor

Summary

Constructs an InspectorGadgets.Editor.AutoPrefs.EditorVector4 pref.

Syntax

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

Parameters

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

Return Value

Type Description
void