C# Class WarTornLands.DialogSystem

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

Méthodes publiques

Méthode Description
DialogSystem ( Microsoft.Xna.Framework.Game game ) : System
DrawText ( ) : void
EndDialog ( ) : void
Isdialogstarted ( ) : bool
NextText ( ) : void
SpeakWithPerson ( String entityname, Vector2 position, bool speakmodus, int textstelle ) : void
TestDialog ( object sender, EventArgs e ) : void

Method Details

DialogSystem() public méthode

public DialogSystem ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
Résultat System

DrawText() public méthode

public DrawText ( ) : void
Résultat void

EndDialog() public méthode

public EndDialog ( ) : void
Résultat void

Isdialogstarted() public méthode

public Isdialogstarted ( ) : bool
Résultat bool

NextText() public méthode

public NextText ( ) : void
Résultat void

SpeakWithPerson() public méthode

public SpeakWithPerson ( String entityname, Vector2 position, bool speakmodus, int textstelle ) : void
entityname String
position Vector2
speakmodus bool
textstelle int
Résultat void

TestDialog() public méthode

public TestDialog ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void