UxrControllerInput.ShouldIgnoreInput Method

Checks whether the given hand input should be ignored.

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

Syntax

C#

protected bool ShouldIgnoreInput(
	UxrHandSide handSide,
	bool getIgnoredInput
)

Parameters

 

handSide
Type: UltimateXR.Core.UxrHandSide
Which hand
getIgnoredInput
Type: System.Boolean
If a hand input should be ignored, whether to get it anyway

Return Value

Type: Boolean
Whether the given hand input should be ignored

See Also

Reference

UxrControllerInput Class
UltimateXR.Devices Namespace