C# Class SmartboyDevelopments.Haxxit.MonoGame.HaxxitGameState

Show file Open project: smartboyathome/Haxxit Class Usage Examples

Protected Properties

Property Type Description
_mediator_manager SmartboyDevelopments.SimplePubSub.MediatorManager

Public Methods

Method Description
Draw ( SpriteBatch sprite_batch ) : void
HaxxitGameState ( ) : System
Init ( ) : void
LoadContent ( GraphicsDevice graphics, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Content.ContentManager content ) : void
NewMediator ( IMediator mediator ) : void
SubscribeAll ( ) : void
Update ( ) : void

Method Details

Draw() public abstract method

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

HaxxitGameState() public method

public HaxxitGameState ( ) : System
return System

Init() public abstract method

public abstract Init ( ) : void
return void

LoadContent() public abstract method

public abstract 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

NewMediator() public method

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

SubscribeAll() public abstract method

public abstract SubscribeAll ( ) : void
return void

Update() public abstract method

public abstract Update ( ) : void
return void

Property Details

_mediator_manager protected property

protected MediatorManager,SmartboyDevelopments.SimplePubSub _mediator_manager
return SmartboyDevelopments.SimplePubSub.MediatorManager