TraceRacer GameScreen in C# (CSharp): 4 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per TraceRacer.GameScreen, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
A screen is a single layer that has update and draw logic, and which can be combined with other layers to build up a complex menu system. For instance the main menu, the options menu, the "are you sure you want to quit" message box, and the main game itself are all implemented as screens.