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

NameDescription
Public methodUxrInput1DEventArgs Constructor.

Properties

NameDescription
Public propertyHandSide Gets which hand performed the input.
Public propertyTarget Gets the input target.
Public propertyValue Gets the new input value.

Extension Methods

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

See Also

Reference

UltimateXR.Devices Namespace