UxrControllerInput.ButtonFlags Enumeration

Enumerates the different button flags representing button states. Flags are described by UxrInputButtons.

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

Syntax

C#

protected enum ButtonFlags


Members

Member nameValueDescription
TouchFlagsLeft0Touch state flags for the left controller.
PressFlagsLeft1Press state flags for the left controller.
TouchFlagsRight2Touch state flags for the right controller.
PressFlagsRight3Press state flags for the right controller.

See Also

Reference

UltimateXR.Devices Namespace