Declared in ExtensionSystem
Declaration
int TickIterations(
int iterations,
double step
);
Description
Ticks the simulation with a certain number of iterations safely, ensuring that it does not take too long to complete. It will also return the number of iterations completed.
Parameters
Name | Description |
---|---|
iterations | The desired number of iterations |
step | [s] The step-size of the simulation tick |