Delegate SteamVR_Action_Vector3.UpdateHandler
Namespace: Valve.VR
Assembly: Assembly-CSharp.dll
Syntax
public delegate void UpdateHandler(SteamVR_Action_Vector3 fromAction, SteamVR_Input_Sources fromSource, Vector3 axis, Vector3 delta);
  Parameters
| Type | Name | Description | 
|---|---|---|
| SteamVR_Action_Vector3 | fromAction | |
| SteamVR_Input_Sources | fromSource | |
| UnityEngine.Vector3 | axis | |
| UnityEngine.Vector3 | delta |