MixedRealityCameraSystem 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
MixedRealityCameraSystem(BaseMixedRealityProfile) |
Constructor. |
MixedRealityCameraSystem(IMixedRealityServiceRegistrar, BaseMixedRealityProfile) |
Obsolete.
Constructor. |
MixedRealityCameraSystem(BaseMixedRealityProfile)
Constructor.
public MixedRealityCameraSystem (Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile profile = default);
new Microsoft.MixedReality.Toolkit.CameraSystem.MixedRealityCameraSystem : Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile -> Microsoft.MixedReality.Toolkit.CameraSystem.MixedRealityCameraSystem
Public Sub New (Optional profile As BaseMixedRealityProfile = Nothing)
Parameters
- profile
- BaseMixedRealityProfile
The configuration profile for the service.
Applies to
MixedRealityCameraSystem(IMixedRealityServiceRegistrar, 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.
[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 MixedRealityCameraSystem (Microsoft.MixedReality.Toolkit.IMixedRealityServiceRegistrar registrar, Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile profile = default);
[<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.CameraSystem.MixedRealityCameraSystem : Microsoft.MixedReality.Toolkit.IMixedRealityServiceRegistrar * Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile -> Microsoft.MixedReality.Toolkit.CameraSystem.MixedRealityCameraSystem
Public Sub New (registrar As IMixedRealityServiceRegistrar, Optional profile As BaseMixedRealityProfile = Nothing)
Parameters
- registrar
- IMixedRealityServiceRegistrar
The IMixedRealityServiceRegistrar instance that loaded the service.
- profile
- BaseMixedRealityProfile
The configuration profile for the service.
- Attributes