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