C# Класс MyGame.CreditsScreen

This class represent the Credits Screen that hold the name of the persons who worked on that game
Наследование: Screen
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreditsScreen ( MyGame game ) : System
Draw ( GameTime gameTime ) : void

This method renders the current state.

Update ( GameTime gameTime ) : void

Allows the game component to update itself.

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

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

public CreditsScreen ( MyGame game ) : System
game MyGame
Результат System

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

This method renders the current state.
public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime The elapsed game time.
Результат void

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

Allows the game component to update itself.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime Provides a snapshot of timing values.
Результат void