MixedRealityToolkit.EnableAllServicesByType(Type) Method

Definition

Enable all services in the Mixed Reality Toolkit active service registry for a given type

public:
 void EnableAllServicesByType(Type ^ interfaceType);
public void EnableAllServicesByType (Type interfaceType);
member this.EnableAllServicesByType : Type -> unit
Public Sub EnableAllServicesByType (interfaceType As Type)

Parameters

interfaceType
Type

The interface type for the system to be enabled. E.G. InputSystem, BoundarySystem

Applies to