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