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.

Search Results for

    Show / Hide Table of Contents

    Class ServiceFacade

    Lightweight MonoBehavior used to represent active services in scene.

    Inheritance
    Object
    ServiceFacade
    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Facades
    Assembly: cs.temp.dll.dll
    Syntax
    public class ServiceFacade : MonoBehaviour

    Fields

    ActiveFacadeObjects

    Declaration
    public static List<ServiceFacade> ActiveFacadeObjects
    Field Value
    Type Description
    List<ServiceFacade>

    FacadeServiceLookup

    Declaration
    public static Dictionary<Type, ServiceFacade> FacadeServiceLookup
    Field Value
    Type Description
    Dictionary<Type, ServiceFacade>

    Properties

    Destroyed

    Declaration
    public bool Destroyed { get; }
    Property Value
    Type Description
    Boolean

    Service

    Declaration
    public IMixedRealityService Service { get; }
    Property Value
    Type Description
    IMixedRealityService

    ServiceType

    Declaration
    public Type ServiceType { get; }
    Property Value
    Type Description
    Type

    Methods

    SetService(IMixedRealityService)

    Declaration
    public void SetService(IMixedRealityService service)
    Parameters
    Type Name Description
    IMixedRealityService service
    In This Article
    Back to top Generated by DocFX