MixedRealityTeleportSystem Constructors

Definition

Overloads

MixedRealityTeleportSystem()

Constructor.

MixedRealityTeleportSystem(IMixedRealityServiceRegistrar)
Obsolete.

Constructor.

MixedRealityTeleportSystem()

Constructor.

public:
 MixedRealityTeleportSystem();
public MixedRealityTeleportSystem ();
Public Sub New ()

Applies to

MixedRealityTeleportSystem(IMixedRealityServiceRegistrar)

Caution

This constructor is obsolete (registrar parameter is no longer required) and will be removed in a future version of the Microsoft Mixed Reality Toolkit.

Constructor.

public:
 MixedRealityTeleportSystem(Microsoft::MixedReality::Toolkit::IMixedRealityServiceRegistrar ^ registrar);
[System.Obsolete("This constructor is obsolete (registrar parameter is no longer required) and will be removed in a future version of the Microsoft Mixed Reality Toolkit.")]
public MixedRealityTeleportSystem (Microsoft.MixedReality.Toolkit.IMixedRealityServiceRegistrar registrar);
[<System.Obsolete("This constructor is obsolete (registrar parameter is no longer required) and will be removed in a future version of the Microsoft Mixed Reality Toolkit.")>]
new Microsoft.MixedReality.Toolkit.Teleport.MixedRealityTeleportSystem : Microsoft.MixedReality.Toolkit.IMixedRealityServiceRegistrar -> Microsoft.MixedReality.Toolkit.Teleport.MixedRealityTeleportSystem
Public Sub New (registrar As IMixedRealityServiceRegistrar)

Parameters

registrar
IMixedRealityServiceRegistrar

The IMixedRealityServiceRegistrar instance that loaded the service.

Attributes

Applies to