Enum ExecutionMode
Specifies the execution mode of the application.
Namespace: Evergine.Common
Assembly: Evergine.Common.dll
Syntax
public enum ExecutionMode
Fields
| Name | Description |
|---|---|
| Editor | The application is running inside the Visual Editor. |
| EditorSimulation | The application is running inside the Visual Editor in Simulation mode. |
| Standalone | This application is running as a standalone application (outside of the Visual Editor). |