Class WindowsMRReferencePointSubsystem
The WindowsMR implementation of the XRReferencePointSubsystem. Do not create this directly.
Use XRReferencePointSubsystemDescriptor.Create() instead.
Namespace: UnityEngine.XR.WindowsMR
Syntax
public sealed class WindowsMRReferencePointSubsystem : XRReferencePointSubsystem
Methods
CreateProvider()
Create the WindowsMRReferencePointSubsystem provider object.
Declaration
protected override IProvider CreateProvider()
Returns
| Type | Description |
|---|---|
| IProvider | The instance of the provider. |