UxrInputButtonEventArgs Class

Stores information of a UxrInputButtons input event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    UltimateXR.Devices.UxrInputButtonEventArgs
Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public sealed class UxrInputButtonEventArgs : EventArgs


The UxrInputButtonEventArgs type exposes the following members.

Constructors

NameDescription
Public methodUxrInputButtonEventArgs Constructor.

Properties

NameDescription
Public propertyButton Gets which button changed.
Public propertyButtonEventType Gets the button input event type.
Public propertyHandSide Gets which hand performed the input.

Extension Methods

NameDescription
Public Extension MethodThrowIfNull Throws an exception if the object is null. (Defined by ObjectExt.)

See Also

Reference

UltimateXR.Devices Namespace