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 Provider CreateProvider()
Returns
Type | Description |
---|---|
Provider | The instance of the object created |