IUxrDevice Interface
Interface for VR devices, mainly designed to abstract tracking/input devices.
Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public interface IUxrDevice
The IUxrDevice type exposes the following members.
Properties
Name | Description | |
---|---|---|
SDKDependency | Gets the SDK the implemented device needs in order to be available. It should be null or empty if there is no SDK dependency. Otherwise is should use any of the SDK names in UxrManager. For example if requires the Oculus SDK, it should return SdkOculus. |
Events
Name | Description | |
---|---|---|
DeviceConnected | Event called whenever the device is connected or disconnected |