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