Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Indicates the state of the current Main Application.
Namespace: Visual3DAssembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public enum ApplicationMode
Public Enumeration ApplicationMode
Members
| Member | Value | Description |
|---|---|---|
| Normal | 0 | World Application is Running normally -- not design mode! |
| SceneDesign | 1 | Visual3D.NET Scene Design mode is active. |
| GuiDesign | 2 | Visual3D.NET Gui Design mode is active. |
| TerrainEditor | 3 | Earth builder is active. |
| ScriptEditor | 4 | Script editor is active |