LostTrackingService Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LostTrackingService(String, UInt32, BaseMixedRealityProfile) |
Constructor. |
LostTrackingService(IMixedRealityServiceRegistrar, String, UInt32, BaseMixedRealityProfile) |
Obsolete.
Constructor. |
LostTrackingService(String, UInt32, BaseMixedRealityProfile)
Constructor.
public:
LostTrackingService(System::String ^ name, System::UInt32 priority, Microsoft::MixedReality::Toolkit::BaseMixedRealityProfile ^ profile);
public LostTrackingService (string name, uint priority, Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile profile);
new Microsoft.MixedReality.Toolkit.Extensions.Tracking.LostTrackingService : string * uint32 * Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile -> Microsoft.MixedReality.Toolkit.Extensions.Tracking.LostTrackingService
Public Sub New (name As String, priority As UInteger, profile As BaseMixedRealityProfile)
Parameters
- name
- String
Friendly name of the service.
- priority
- UInt32
Service priority. Used to determine order of instantiation.
- profile
- BaseMixedRealityProfile
The service's configuration profile.
Applies to
LostTrackingService(IMixedRealityServiceRegistrar, String, UInt32, BaseMixedRealityProfile)
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:
LostTrackingService(Microsoft::MixedReality::Toolkit::IMixedRealityServiceRegistrar ^ registrar, System::String ^ name, System::UInt32 priority, Microsoft::MixedReality::Toolkit::BaseMixedRealityProfile ^ profile);
[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 LostTrackingService (Microsoft.MixedReality.Toolkit.IMixedRealityServiceRegistrar registrar, string name, uint priority, Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile profile);
[<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.Extensions.Tracking.LostTrackingService : Microsoft.MixedReality.Toolkit.IMixedRealityServiceRegistrar * string * uint32 * Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile -> Microsoft.MixedReality.Toolkit.Extensions.Tracking.LostTrackingService
Public Sub New (registrar As IMixedRealityServiceRegistrar, name As String, priority As UInteger, profile As BaseMixedRealityProfile)
Parameters
- registrar
- IMixedRealityServiceRegistrar
The IMixedRealityServiceRegistrar instance that loaded the service.
- name
- String
Friendly name of the service.
- priority
- UInt32
Service priority. Used to determine order of instantiation.
- profile
- BaseMixedRealityProfile
The service's configuration profile.
- Attributes