Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)
Indicates the possible modes for shutdown of the Launcher.
Namespace: Visual3D.ApplicationAssembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public enum ShutdownMode
Public Enumeration ShutdownMode
Members
| Member | Value | Description |
|---|---|---|
| NormalTermination | 0 | Normal Shutdown; no restart. |
| RequestingRestart | 1 | Request to Restart this Component. |
| FailedLaunch | 2 | Application failed to Start. No restart. |
| RunInBackground | 3 | Application has been started from external UI thread and keep running after Run method has been done it's work |