C# Класс Project290.Screens.Screen

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.

IsOnTop ( ) : bool

Determines whether this instance is on the top of the screen stack.

Screen ( ) : System

Initializes a new instance of the Screen class.

Update ( ) : void

Updates this instance.

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

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

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

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

Determines whether this instance is on the top of the screen stack.
public IsOnTop ( ) : bool
Результат bool

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

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

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

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