Method | Description | |
---|---|---|
Draw ( |
||
Init ( ) : void | ||
LoadContent ( GraphicsDevice graphics, |
||
OnButtonInside ( DrawableRectangle rectangle ) : void | ||
OnButtonOutside ( DrawableRectangle rectangle ) : void | ||
OnCancelClick ( DrawableRectangle rectangle ) : void | ||
OnSelectClick ( DrawableRectangle rectangle ) : void | ||
SpawnDialogGameState ( HaxxitGameState background_state, SmartboyDevelopments.Haxxit map, SmartboyDevelopments.Haxxit spawn_point, BoolWrapper newSpawnDialogStatus ) : System | ||
SubscribeAll ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
OnProgramSelect ( DrawableRectangle rectangle ) : void | ||
OnScrollDown ( DrawableRectangle rectangle ) : void | ||
OnScrollUp ( DrawableRectangle rectangle ) : void |
public Draw ( |
||
sprite_batch | ||
return | void |
public LoadContent ( GraphicsDevice graphics, |
||
graphics | GraphicsDevice | |
sprite_batch | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |
public OnButtonInside ( DrawableRectangle rectangle ) : void | ||
rectangle | DrawableRectangle | |
return | void |
public OnButtonOutside ( DrawableRectangle rectangle ) : void | ||
rectangle | DrawableRectangle | |
return | void |
public OnCancelClick ( DrawableRectangle rectangle ) : void | ||
rectangle | DrawableRectangle | |
return | void |
public OnSelectClick ( DrawableRectangle rectangle ) : void | ||
rectangle | DrawableRectangle | |
return | void |
public SpawnDialogGameState ( HaxxitGameState background_state, SmartboyDevelopments.Haxxit map, SmartboyDevelopments.Haxxit spawn_point, BoolWrapper newSpawnDialogStatus ) : System | ||
background_state | HaxxitGameState | |
map | SmartboyDevelopments.Haxxit | |
spawn_point | SmartboyDevelopments.Haxxit | |
newSpawnDialogStatus | BoolWrapper | |
return | System |