Method | Description | |
---|---|---|
Draw ( |
||
Init ( ) : void | ||
LoadContent ( GraphicsDevice graphics, |
||
SubscribeAll ( ) : void | ||
TempDialogGameState ( HaxxitGameState background_state, string dialog_text, int dialog_delay ) : System | ||
Update ( ) : void |
public Draw ( |
||
sprite_batch | ||
return | void |
public LoadContent ( GraphicsDevice graphics, |
||
graphics | GraphicsDevice | |
sprite_batch | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |
public TempDialogGameState ( HaxxitGameState background_state, string dialog_text, int dialog_delay ) : System | ||
background_state | HaxxitGameState | |
dialog_text | string | |
dialog_delay | int | |
return | System |