|
| ClockStone Audio Toolkit for Unity - Documentation |
| RegisteredComponentController..::..GetAllOfType Method |
| RegisteredComponentController Class See Also Send Feedback |
|
Overload List
| Name | Description | |
|---|---|---|
|
GetAllOfType<(Of <<'(T>)>>)()()()() |
Retrieves an array of all currently existing instances of the class T,
where T must be a RegisteredComponent
|
|
GetAllOfType(Type) |
Retrieves an array of all currently existing instances of the class with type type,
(type must be a RegisteredComponent )
|