mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class ServiceFacade

    Lightweight MonoBehavior used to represent active services in scene.

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

    Fields

    ActiveFacadeObjects

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

    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>

    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

    Destroyed

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

    Service

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

    Service

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

    ServiceType

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

    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

    SetService(IMixedRealityService)

    Declaration
    public void SetService(IMixedRealityService service)
    Parameters
    Type Name Description
    IMixedRealityService service

    Implements

    MonoBehaviour
    In This Article
    • Fields
      • ActiveFacadeObjects
      • ActiveFacadeObjects
      • FacadeServiceLookup
      • FacadeServiceLookup
    • Properties
      • Destroyed
      • Destroyed
      • Service
      • Service
      • ServiceType
      • ServiceType
    • Methods
      • SetService(IMixedRealityService)
      • SetService(IMixedRealityService)
    • Implements
    Back to top Generated by DocFX