Enum LoopMode
Defines how the game loop should be managed
public enum LoopMode
Fields
External = 1The game loop is managed externally, allowing manual control over loop execution
Internal = 0The game loop is managed internally by the host (default behavior)