UxrControllerInput.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#

public virtual string SDKDependency { get; }

Property Value

Type: String

Implements

IUxrDevice.SDKDependency

See Also

Reference

UxrControllerInput Class
UltimateXR.Devices Namespace