Click or drag to resize

ICoSimulatorPaused Method

Simulation paused.

Namespace: Demo3D.Time.CoSimulation
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntax
C#
void Paused()
Remarks
Only ever called after at least one call to Resume.
Does not indicate that the simulation is stopping, only that it's pausing.
See Also