Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

VisualEffect.Simulate

Declaration

public void Simulate(float stepDeltaTime, uint stepCount);

Parameters

stepDeltaTime The delta time, in seconds, the simulation applies to each step.
stepCount Number of steps to proceed.

Description

Use this method to fast-forward the visual effect by simulating all systems for several step counts using the specified delta time.