C# Class Pokemon3D.Screens.Overworld.InteractionPromptOverworldUIElement

Inheritance: MessageOverworldUIElement
Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
InteractionPromptOverworldUIElement ( System.Entity owner, string message ) : System
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 méthode

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

InteractionPromptOverworldUIElement() public méthode

public InteractionPromptOverworldUIElement ( System.Entity owner, string message ) : System
owner System.Entity
message string
Résultat System

Update() public méthode

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