UxrInput1DEventArgs Class
Stores information of a UxrInput1D input event.
Inheritance Hierarchy
System.Object
System.EventArgs
UltimateXR.Devices.UxrInput1DEventArgs
Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public sealed class UxrInput1DEventArgs : EventArgs
The UxrInput1DEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UxrInput1DEventArgs | Constructor. |
Properties
Name | Description | |
---|---|---|
HandSide | Gets which hand performed the input. | |
Target | Gets the input target. | |
Value | Gets the new input value. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |