# FindObjectsOfTypeAll(Type)

> Override for customizing the behavior of the Resources.FindObjectsOfTypeAll function.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
protected virtual Object[] FindObjectsOfTypeAll(Type systemTypeInstance)
```

### Parameters

**** (\[Type]\(https\://learn.microsoft.com/dotnet/api/system.type)):&#x20;

### Returns

| Type                                                                | Description |
| ------------------------------------------------------------------- | ----------- |
| [Object\[\]](/engine/6000.0/script-reference/unityengine/object.md) |             |
