# GetBatchedEffectInfos(List<VFXBatchedEffectInfo>)

> Gets batch information of all active Visual Effect Assets.

## Definition

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

```csharp
public static void GetBatchedEffectInfos(List<VFXBatchedEffectInfo> infos)
```

### Parameters

**** (\[List\<VFXBatchedEffectInfo>]\(https\://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)): The List that this function populates with the [VFXBatchedEffectInfo](/engine/6000.0/script-reference/unityengine/vfx/vfxbatchedeffectinfo.md).
