C# Class Pokemon3D.Screens.Overworld.OverworldUIElement

Afficher le fichier Open project: nilllzz/Pokemon3D Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
ActiveStateChanged ( ) : void

Method Details

ActiveStateChanged() protected méthode

protected ActiveStateChanged ( ) : void
Résultat void

Draw() public abstract méthode

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

Update() public abstract méthode

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