C# Класс PGCGame.Failsafe.FailsafeErrorGame

Failsafe game error screen class.
Наследование: Microsoft.Xna.Framework.Game
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FailsafeErrorGame ( Exception ex ) : System

Защищенные методы

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

This is called when the game should draw itself.

EndDraw ( ) : void
Initialize ( ) : void
LoadContent ( ) : void

Load Game Assets and initialize all screens

Update ( GameTime gameTime ) : void

Allows the game to run logic such as updating the world, checking for collisions, gathering input, and playing audio.

Приватные методы

Метод Описание
ErrLinkOpen ( Glib.XNA.SpriteLib.TextSprite clicked ) : void
reportError_Pressed ( object sender, EventArgs e ) : void

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

BeginDraw() защищенный Метод

protected BeginDraw ( ) : bool
Результат bool

Draw() защищенный Метод

This is called when the game should draw itself.
protected Draw ( GameTime gameTime ) : void
gameTime GameTime Provides a snapshot of timing values.
Результат void

EndDraw() защищенный Метод

protected EndDraw ( ) : void
Результат void

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

public FailsafeErrorGame ( Exception ex ) : System
ex System.Exception
Результат System

Initialize() защищенный Метод

protected Initialize ( ) : void
Результат void

LoadContent() защищенный Метод

Load Game Assets and initialize all screens
protected LoadContent ( ) : void
Результат void

Update() защищенный Метод

Allows the game to run logic such as updating the world, checking for collisions, gathering input, and playing audio.
protected Update ( GameTime gameTime ) : void
gameTime GameTime Provides a snapshot of timing values.
Результат void