GetBatchedEffectInfo(VisualEffectAsset)
Gets information on how a Visual Effect Asset is batched.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
public static VFXBatchedEffectInfo GetBatchedEffectInfo(VisualEffectAsset vfx)
Parameters
The Visual Effect Asset
Returns
Type | Description |
|---|---|
| VFXBatchedEffectInfo | A VFXBatchedEffectInfo instance. |