|
| ClockStone Audio Toolkit for Unity - Documentation |
| RegisteredComponentController Methods |
| RegisteredComponentController Class See Also Send Feedback |
|
The RegisteredComponentController type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
GetAllOfType(Type) |
Retrieves an array of all currently existing instances of the class with type type,
(type must be a RegisteredComponent )
|
|
GetAllOfType<(Of <<'(T>)>>)()()()() |
Retrieves an array of all currently existing instances of the class T,
where T must be a RegisteredComponent
|
|
InstanceCountOfType<(Of <<'(T>)>>) |
Return the number of all currently existing instances of the class T,
where T must be a RegisteredComponent
|