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