Enum GlobalSystemGraph.TimeStepMechanism
Enumeration of possible timing configs.
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public enum GlobalSystemGraph.TimeStepMechanism
  Fields
| Name | Description | 
|---|---|
| NonRealtimeFixedStep | Non Realtime Fixed Step mechanism, priorize accuracy of simulation over realtime performance  | 
      
| RealtimeFixedStep | Realtime Fixed Step mechanism, try to keep realtime performance but with a fixed time step, might reduce rendering performance  | 
      
| RealtimeVariableStep | Realtime Variable Step mechanism, allow maximum performance for realtime  |