Delegate SteamVR_Behaviour_Vector3.AxisHandler
Namespace: Valve.VR
Assembly: Assembly-CSharp.dll
Syntax
public delegate void AxisHandler(SteamVR_Behaviour_Vector3 fromAction, SteamVR_Input_Sources fromSource, Vector3 newAxis, Vector3 newDelta);
Parameters
Type | Name | Description |
---|---|---|
SteamVR_Behaviour_Vector3 | fromAction | |
SteamVR_Input_Sources | fromSource | |
UnityEngine.Vector3 | newAxis | |
UnityEngine.Vector3 | newDelta |