MixedRealityInputSystem Constructors
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.
MixedRealityInputSystem(MixedRealityInputSystemProfile) |
Constructor. |
MixedRealityInputSystem(IMixedRealityServiceRegistrar, MixedRealityInputSystemProfile) |
Obsolete.
Constructor. |
Constructor.
C++
public:
MixedRealityInputSystem(Microsoft::MixedReality::Toolkit::Input::MixedRealityInputSystemProfile ^ profile);
public MixedRealityInputSystem (Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystemProfile profile);
new Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystem : Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystemProfile -> Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystem
Public Sub New (profile As MixedRealityInputSystemProfile)
Parameters
- profile
- MixedRealityInputSystemProfile
The configuration profile for the service.
Applies to
MRTK2 Unity 2018 2.7.0 и други версии
Продукт | Версии |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
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.
C++
public:
MixedRealityInputSystem(Microsoft::MixedReality::Toolkit::IMixedRealityServiceRegistrar ^ registrar, Microsoft::MixedReality::Toolkit::Input::MixedRealityInputSystemProfile ^ 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 MixedRealityInputSystem (Microsoft.MixedReality.Toolkit.IMixedRealityServiceRegistrar registrar, Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystemProfile 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.Input.MixedRealityInputSystem : Microsoft.MixedReality.Toolkit.IMixedRealityServiceRegistrar * Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystemProfile -> Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystem
Public Sub New (registrar As IMixedRealityServiceRegistrar, profile As MixedRealityInputSystemProfile)
Parameters
- registrar
- IMixedRealityServiceRegistrar
The IMixedRealityServiceRegistrar instance that loaded the service.
- profile
- MixedRealityInputSystemProfile
The configuration profile for the service.
- Attributes
Applies to
MRTK2 Unity 2018 2.7.0 и други версии
Продукт | Версии (остаряло) |
---|---|
MRTK2 Unity 2018 | (2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0) |
MRTK2 Unity 2019 | (2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0) |
MRTK2 Unity 2020 | (2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0) |