We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class InputSystemManager

    Service manager supporting running the input system, without requiring the MixedRealityToolkit object.

    Inheritance
    Object
    BaseServiceManager
    InputSystemManager
    Implements
    IMixedRealityServiceRegistrar
    Inherited Members
    BaseServiceManager.registeredServices
    BaseServiceManager.Update()
    BaseServiceManager.OnEnable()
    BaseServiceManager.OnDisable()
    BaseServiceManager.GetService<T>(String, Boolean)
    BaseServiceManager.GetServices<T>(String)
    BaseServiceManager.IsServiceRegistered<T>(String)
    BaseServiceManager.RegisterService<T>(T)
    BaseServiceManager.RegisterService<T>(Type, SupportedPlatforms, Object[])
    BaseServiceManager.UnregisterService<T>(String)
    BaseServiceManager.UnregisterService<T>(T)
    BaseServiceManager.Initialize<T>(Type, SupportedPlatforms, Object[])
    BaseServiceManager.Uninitialize<T>()
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class InputSystemManager : BaseServiceManager, IMixedRealityServiceRegistrar

    Methods

    OnDestroy()

    Declaration
    protected override void OnDestroy()
    Overrides
    BaseServiceManager.OnDestroy()

    Implements

    IMixedRealityServiceRegistrar
    Back to top Generated by DocFX