C# Класс RecordRobot.GameElements.GameScreen

This is a placeholder public class in which screens should inherit from. It contains methods for Updating, Drawing, and Resetting.
Показать файл Открыть проект

Открытые методы

Метод Описание
Draw ( ) : void

Draws this instance.

GameScreen ( ) : System

Initializes a new instance of the GameScreen class.

Update ( ) : void

Updates this instance.

Описание методов

Draw() публичный Метод

Draws this instance.
public Draw ( ) : void
Результат void

GameScreen() публичный Метод

Initializes a new instance of the GameScreen class.
public GameScreen ( ) : System
Результат System

Update() публичный Метод

Updates this instance.
public Update ( ) : void
Результат void