UxrControllerInput.SetIgnoreControllerInput Method

Sets whether the given controller input should be ignored.

Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static void SetIgnoreControllerInput(
	UxrHandSide handSide,
	bool ignore
)

Parameters

 

handSide
Type: UltimateXR.Core.UxrHandSide
Which controller to change. In Single devices where IsHandednessSupported is false, such as in gamepads, both hands will address the single device.
ignore
Type: System.Boolean
Boolean telling whether to ignore the given controller input

See Also

Reference

UxrControllerInput Class
UltimateXR.Devices Namespace