PrinceGame ScreenManager in C# (CSharp): 3 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per PrinceGame.ScreenManager, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
The screen manager is a component which manages one or more GameScreen instances. It maintains a stack of screens, calls their Update and Draw methods at the appropriate times, and automatically routes input to the topmost active screen.