CoSimulatorFlags Enumeration |
Simulator flags.
Namespace:
Demo3D.EventQueue.CoSimulation
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax[FlagsAttribute]
public enum CoSimulatorFlags
Members|
| Member name | Value | Description |
|---|
| Default | 0 |
Default flags.
|
| RaisesStatusChanged | 1 |
Simulator raises the StatusChanged event.
|
| CanRunEarly | 2 |
Simulator can be called earlier than its MinStep or next requested step size.
|
| Asynchronous | 4 |
Step runs asynchronously in its own thread.
|
| SimulationThread | 8 |
Step must be run in the simulation thread.
|
| NoSystemTime | 16 |
Simulator cannot return an accurate virtual system / wall clock time.
|
See Also