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
Name | Description | |
---|---|---|
UxrInputButtonEventArgs | Constructor. |
Properties
Name | Description | |
---|---|---|
Button | Gets which button changed. | |
ButtonEventType | Gets the button input event type. | |
HandSide | Gets which hand performed the input. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |