Enum SimulationModeSelection
Describes the selection of single-frame vs temporal mode when starting a new simulation
Namespace: Unity.MARS
Syntax
public enum SimulationModeSelection
Fields
Name | Description |
---|---|
NoModePreference | The new simulation will run in the same mode as the previous simulation, or single-frame mode if there is no previous one, unless a different mode has been requested |
SingleFrameMode | The new simulation will run in single-frame mode, unless temporal mode simulation has already been requested |
TemporalMode | The new simulation will run in temporal mode, unless single-frame mode simulation has already been requested |