AutoPrefs.Vector3.

AutoPrefs.

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

Summary

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

Syntax

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