Property vectorValue
- Namespace
- Pinwheel.Vista.ExposeProperty
- Assembly
- Pinwheel.Vista.Runtime.dll
vectorValue
Gets or sets the stored vector payload.
public Vector4 vectorValue { get; set; }
Property Value
- Vector4
Remarks
This field is shared by exposed UnityEngine.Vector2, UnityEngine.Vector3, and UnityEngine.Vector4 graph properties, with unused components ignored according to the target property type.