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