Метод | Описание | |
---|---|---|
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, |
public DialogSystem ( Microsoft.Xna.Framework.Game game ) : System | ||
game | Microsoft.Xna.Framework.Game | |
Результат | System |
public SpeakWithPerson ( String entityname, Vector2 position, bool speakmodus, int textstelle ) : void | ||
entityname | String | |
position | Vector2 | |
speakmodus | bool | |
textstelle | int | |
Результат | void |
public TestDialog ( object sender, |
||
sender | object | |
e | ||
Результат | void |