







![]() |
ClockStone Audio Toolkit for Unity - Documentation |
RegisteredComponentController..::..GetAllOfType<(Of <(<'T>)>)> Method |
RegisteredComponentController Class See Also Send Feedback |
![]() |
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.0.0.0 (8.0.0.0)
Syntax
C# |
---|
public static T[] GetAllOfType<T>() where T : IRegisteredComponent |
Type Parameters
- T
- a class derived from RegisteredComponent
Return Value
Type: array<T>[]()[][]The array of instances.