C# Class Bug.Screens.Abstract.MenuScreen

Inheritance: Screen
Afficher le fichier Open project: Projectfights/Fight-insect

Protected Properties

Свойство Type Description
bg Bug.Display.UiElement
buttonPressed bool
buttons List
current int
input Bug.GameObjects.FighterInput

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime, SpriteBatch batch ) : void
MenuScreen ( int widthScreen, int heightScreen, IScreenMaster master ) : Bug.Display
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
UpdateButton ( Button button, bool sel ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime, SpriteBatch batch ) : void
gameTime Microsoft.Xna.Framework.GameTime
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

MenuScreen() public méthode

public MenuScreen ( int widthScreen, int heightScreen, IScreenMaster master ) : Bug.Display
widthScreen int
heightScreen int
master IScreenMaster
Résultat Bug.Display

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

bg protected_oe property

protected UiElement,Bug.Display bg
Résultat Bug.Display.UiElement

buttonPressed protected_oe property

protected bool buttonPressed
Résultat bool

buttons protected_oe property

protected List
Résultat List

current protected_oe property

protected int current
Résultat int

input protected_oe property

protected FighterInput,Bug.GameObjects input
Résultat Bug.GameObjects.FighterInput