AutoPrefs.Vector4.

AutoPrefs.

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

Summary

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

Syntax

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