public void Simulate (float stepDeltaTime, uint stepCount);

Parámetros

stepDeltaTimeThe delta time, in seconds, the simulation applies to each step.
stepCountNumber of steps to proceed.

Descripción

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