ClockStone Audio Toolkit for Unity - Documentation
RegisteredComponentControllerGetAllOfType Method (Type) |
Retrieves an array of all currently existing instances of the class with type type,
(type 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 Object[] GetAllOfType( Type type )
Parameters
- type
- Type: SystemType
The type of the instances to be retrieved
Return Value
Type: ObjectThe array of instances.
Remarks
Use this function instead of GetAllOfType<T> if you need Flash compatibility.
See Also