Class ServiceFacade
Lightweight MonoBehavior used to represent active services in scene.
Inheritance
ServiceFacade
Assembly: cs.temp.dll.dll
public class ServiceFacade : MonoBehaviour
Fields
Declaration
public static List<ServiceFacade> ActiveFacadeObjects
Field Value
Declaration
public static Dictionary<Type, ServiceFacade> FacadeServiceLookup
Field Value
Properties
Declaration
public bool Destroyed { get; }
Property Value
Declaration
public IMixedRealityService Service { get; }
Property Value
Declaration
public Type ServiceType { get; }
Property Value
Methods
Declaration
public void SetService(IMixedRealityService service)
Parameters