C# Class SmartboyDevelopments.Haxxit.MonoGame.GameStates.SpawnDialogGameState

Inheritance: HaxxitGameState
Mostra file Open project: smartboyathome/Haxxit Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch sprite_batch ) : void
Init ( ) : void
LoadContent ( GraphicsDevice graphics, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Content.ContentManager content ) : void
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

Private Methods

Method Description
OnProgramSelect ( DrawableRectangle rectangle ) : void
OnScrollDown ( DrawableRectangle rectangle ) : void
OnScrollUp ( DrawableRectangle rectangle ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch sprite_batch ) : void
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Init() public method

public Init ( ) : void
return void

LoadContent() public method

public LoadContent ( GraphicsDevice graphics, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Content.ContentManager content ) : void
graphics GraphicsDevice
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
content Microsoft.Xna.Framework.Content.ContentManager
return void

OnButtonInside() public method

public OnButtonInside ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
return void

OnButtonOutside() public method

public OnButtonOutside ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
return void

OnCancelClick() public method

public OnCancelClick ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
return void

OnSelectClick() public method

public OnSelectClick ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
return void

SpawnDialogGameState() public method

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

SubscribeAll() public method

public SubscribeAll ( ) : void
return void

Update() public method

public Update ( ) : void
return void