Declared in Simulation
Declaration
bool Tick(
double seconds
);Description
Returns true if the simulation has propagated forward in time.
Parameters
| Name | Description |
|---|---|
| seconds | The amount of seconds to propagate. |
Declared in Simulation
bool Tick(
double seconds
);Returns true if the simulation has propagated forward in time.
| Name | Description |
|---|---|
| seconds | The amount of seconds to propagate. |