UxrInput2DEventArgs Class

Stores information of a UxrInput2D input event.

Inheritance Hierarchy

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

Syntax

C#

public sealed class UxrInput2DEventArgs : EventArgs


The UxrInput2DEventArgs type exposes the following members.

Constructors

NameDescription
Public methodUxrInput2DEventArgs 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