AutoPrefs.EditorVector3.

AutoPrefs.

EditorVector3(string, Vector3, Action<Vector3>) Constructor

Summary

Constructs an InspectorGadgets.Editor.AutoPrefs.EditorVector3 pref.

Syntax

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

Parameters

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

Return Value

Type Description
void