C# Class WarTornLands.Infrastructure.DialogManager

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Méthode Description
CallDialog ( ConversationItem statement ) : void
Draw ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Private Methods

Méthode Description
DialogManager ( Player player ) : System
NextWord ( string &text, Vector2 &position ) : string
ShowConversation ( ) : void
Wrap ( Vector2 &position ) : void

Method Details

CallDialog() public méthode

public CallDialog ( ConversationItem statement ) : void
statement WarTornLands.Infrastructure.Systems.DialogSystem.ConversationItem
Résultat void

Draw() public méthode

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

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void