InputSystemManager Class
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.
Service manager supporting running the input system, without requiring the MixedRealityToolkit object.
public ref class InputSystemManager : Microsoft::MixedReality::Toolkit::Experimental::BaseServiceManager
[UnityEngine.AddComponentMenu("Scripts/MRTK/SDK/InputSystemManager")]
public class InputSystemManager : Microsoft.MixedReality.Toolkit.Experimental.BaseServiceManager
[<UnityEngine.AddComponentMenu("Scripts/MRTK/SDK/InputSystemManager")>]
type InputSystemManager = class
inherit BaseServiceManager
Public Class InputSystemManager
Inherits BaseServiceManager
- Inheritance
- Attributes
-
UnityEngine.AddComponentMenuAttribute
registered |
The collection of registered services. (Inherited from BaseServiceManager) |
Get |
Gets the instance of the registered service. (Inherited from BaseServiceManager) |
Get |
Gets the collection of the registered service instances matching the requested type. (Inherited from BaseServiceManager) |
Initialize<T>(Type, Supported |
Initialize a service. (Inherited from BaseServiceManager) |
Is |
Checks to see if a service of the specified type has been registered. (Inherited from BaseServiceManager) |
On |
|
On |
(Inherited from BaseServiceManager) |
On |
(Inherited from BaseServiceManager) |
Register |
Registers a service of the specified type. (Inherited from BaseServiceManager) |
Register |
Registers a service of the specified type. (Inherited from BaseServiceManager) |
Uninitialize<T>() |
Uninitialize a service. (Inherited from BaseServiceManager) |
Unregister |
Unregisters a service of the specified type. (Inherited from BaseServiceManager) |
Unregister |
Unregisters a service. (Inherited from BaseServiceManager) |
Update() | (Inherited from BaseServiceManager) |
Product | Versions |
---|---|
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 |