OnStop(VFXSpawnerState, VFXExpressionValues, VisualEffect)
Unity invokes this method when a parent spawner system triggers Stop.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
public abstract void OnStop(VFXSpawnerState state, VFXExpressionValues vfxValues, VisualEffect vfxComponent)
Parameters
The spawner state.
The values of expression (input properties for a spawner block).
The visual effect.