UxrControllerInput.SetButtonFlags Method

Sets the given button flags

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

Syntax

C#

protected void SetButtonFlags(
	UxrControllerInput.ButtonFlags buttonFlags,
	UxrInputButtons buttons,
	bool set
)

Parameters

 

buttonFlags
Type: UltimateXR.Devices.UxrControllerInput.ButtonFlags
Which button flags to set
buttons
Type: UltimateXR.Devices.UxrInputButtons
Which button(s) to set
set
Type: System.Boolean
True or false representing the flag state

See Also

Reference

UxrControllerInput Class
UltimateXR.Devices Namespace