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