FindObjectsOfTypeAll(Type)
Override for customizing the behavior of the Resources.FindObjectsOfTypeAll function.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
protected virtual Object[] FindObjectsOfTypeAll(Type systemTypeInstance)
Parameters
The type of objects to find.
Returns
Type | Description |
|---|---|
| Object[] | An array of all the loaded objects that match the specified type. |