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

Inheritance: HaxxitGameState
Afficher le fichier Open project: smartboyathome/Haxxit Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sprite_batch ) : void
Init ( ) : void
LoadContent ( GraphicsDevice graphics, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Content.ContentManager content ) : void
MapAttackGameState ( MapPlayGameState background_state, SmartboyDevelopments.Haxxit selected_program, string selected_attack ) : System
NewMediator ( SimplePubSub mediator ) : void
OnAttackNodeClick ( DrawableRectangle rectangle ) : void
SubscribeAll ( ) : void
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch sprite_batch ) : void
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

LoadContent() public méthode

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
Résultat void

MapAttackGameState() public méthode

public MapAttackGameState ( MapPlayGameState background_state, SmartboyDevelopments.Haxxit selected_program, string selected_attack ) : System
background_state MapPlayGameState
selected_program SmartboyDevelopments.Haxxit
selected_attack string
Résultat System

NewMediator() public méthode

public NewMediator ( SimplePubSub mediator ) : void
mediator SimplePubSub
Résultat void

OnAttackNodeClick() public méthode

public OnAttackNodeClick ( DrawableRectangle rectangle ) : void
rectangle DrawableRectangle
Résultat void

SubscribeAll() public méthode

public SubscribeAll ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void