This version of Unity is unsupported.

VFXSpawnerCallbacks.OnUpdate

public void OnUpdate(VFX.VFXSpawnerState state, VFX.VFXExpressionValues vfxValues, VFX.VisualEffect vfxComponent);

Parameters

state The spawner state.
vfxValues The values of expression (input properties for a spawner block).
vfxComponent The visual effect.

Description

Unity invokes this method when a parent spawner system triggers Update.

Unity invokes Update even if VFXSpawnerState.playing is false.