# GetBatchedEffectInfo(VisualEffectAsset)

> Gets information on how a Visual Effect Asset is batched.

## Definition

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

```csharp
public static VFXBatchedEffectInfo GetBatchedEffectInfo(VisualEffectAsset vfx)
```

### Parameters

**** (\[VisualEffectAsset]\(/engine/6000.5/script-reference/unityengine/vfx/visualeffectasset)): The Visual Effect Asset

### Returns

| Type                                                                                            | Description                                                                                                 |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [VFXBatchedEffectInfo](/engine/6000.5/script-reference/unityengine/vfx/vfxbatchedeffectinfo.md) | A [VFXBatchedEffectInfo](/engine/6000.5/script-reference/unityengine/vfx/vfxbatchedeffectinfo.md) instance. |
