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

Inheritance: HaxxitGameState
Show 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
MapMovementGameState ( MapPlayGameState background_state, SmartboyDevelopments.Haxxit selected_program ) : System
NewMediator ( SimplePubSub mediator ) : void
OnAttackClick ( DrawableRectangle rectangle ) : void
OnMoveClick ( DrawableRectangle rectangle ) : void
SubscribeAll ( ) : void
Update ( ) : 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

MapMovementGameState() public method

public MapMovementGameState ( MapPlayGameState background_state, SmartboyDevelopments.Haxxit selected_program ) : System
background_state MapPlayGameState
selected_program SmartboyDevelopments.Haxxit
return System

NewMediator() public method

public NewMediator ( SimplePubSub mediator ) : void
mediator SimplePubSub
return void

OnAttackClick() public method

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

OnMoveClick() public method

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

SubscribeAll() public method

public SubscribeAll ( ) : void
return void

Update() public method

public Update ( ) : void
return void