Delegate SteamVR_Action_Vector3.ChangeHandler
Namespace: Valve.VR
Assembly: Assembly-CSharp.dll
Syntax
public delegate void ChangeHandler(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 |