IUxrDevice.SDKDependency Property

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.

Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

string SDKDependency { get; }


Property Value

Type: String

See Also

Reference

IUxrDevice Interface
UltimateXR.Devices Namespace