C# Класс Project_Starfighter.CreditScreen

Наследование: GameScreen
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreditScreen ( Microsoft.Xna.Framework.Game game, SpriteBatch spriteBatch, SpriteFont spriteFont, Microsoft.Xna.Framework.Graphics.Texture2D image ) : System

Main method to create all the components of this game screen. All items are currently selectable but will be converted to non-selectable text.

Draw ( GameTime gameTime ) : void

Method to draw and update the screen

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

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

Main method to create all the components of this game screen. All items are currently selectable but will be converted to non-selectable text.
public CreditScreen ( Microsoft.Xna.Framework.Game game, SpriteBatch spriteBatch, SpriteFont spriteFont, Microsoft.Xna.Framework.Graphics.Texture2D image ) : System
game Microsoft.Xna.Framework.Game
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
image Microsoft.Xna.Framework.Graphics.Texture2D
Результат System

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

Method to draw and update the screen
public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Результат void