ClockStone Audio Toolkit for Unity - Documentation
RegisteredComponentControllerGetAllOfTypeT Method |
Retrieves an array of all currently existing instances of the class T,
where T must be a RegisteredComponent
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static T[] GetAllOfType<T>() where T : IRegisteredComponent
Type Parameters
- T
- a class derived from RegisteredComponent
Return Value
Type: TThe array of instances.
See Also