Click or drag to resize

ARVRControllerGetJoystickAxis Method

Returns the value of the given axis for things like triggers, touchpads, etc. that are embedded into the controller.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetJoystickAxis(
	int axis
)

Parameters

axis
Type: SystemInt32

[Missing <param name="axis"/> documentation for "M:Godot.ARVRController.GetJoystickAxis(System.Int32)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.ARVRController.GetJoystickAxis(System.Int32)"]

See Also