This version of Unity is unsupported.

SubsystemManager.GetInstances

Declaration

public static void GetInstances(List<T> subsystems);

Parameters

instances Active instances.

Description

Returns active Subsystems of a specific instance type.

*Note:* This method is deprecated, use GetSubsystems instead.