C# Class CarpMuffin.UserInterfaces.Controls.MessageBox

Displays a Message Box
Inheritance: Control
Afficher le fichier Open project: BetaToast/CarpMuffin

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Hide ( ) : void
LoadParts ( ) : void
MessageBox ( ) : System
Show ( ) : void
Update ( GameTime gameTime ) : void
UpdateInput ( InputManager input ) : void

Method Details

Draw() public méthode

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

Hide() public méthode

public Hide ( ) : void
Résultat void

LoadParts() public méthode

public LoadParts ( ) : void
Résultat void

MessageBox() public méthode

public MessageBox ( ) : System
Résultat System

Show() public méthode

public Show ( ) : void
Résultat void

Update() public méthode

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

UpdateInput() public méthode

public UpdateInput ( InputManager input ) : void
input CarpMuffin.Input.InputManager
Résultat void