UxrButtonEventType Enumeration

Enumerates the event types supported by a controller button action

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

Syntax

C#

public enum UxrButtonEventType


Members

Member nameValueDescription
Touching0A finger has currently contact with the button but without pressing it.
TouchDown1A finger started contact started with the button on the current frame.
TouchUp2A finger removed contact with the button on the current frame.
Pressing3A finger is currently pressing the button.
PressDown4A finger started pressing the button on the current frame.
PressUp5A finger released the button press on the current frame.

See Also

Reference

UltimateXR.Devices Namespace