Bearbeiten

MixedRealityToolkit.DisableAllServicesByType(Type) Method

Definition

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

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

Parameters

interfaceType
Type

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

Applies to