C# Class GameEngine.GameObjects.MapZone

Inheritance: Entity, ISizedEntity
Show file Open project: MichaelAquilina/Some-2D-RPG Class Usage Examples

Public Methods

Method Description
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
MapZone ( ) : System.Collections.Generic
Update ( GameTime gameTime, TeeEngine engine ) : void

Private Methods

Method Description
OnMapZoneHit ( Entity entity, TeeEngine engine, GameTime gameTime ) : void

Method Details

LoadContent() public method

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
return void

MapZone() public method

public MapZone ( ) : System.Collections.Generic
return System.Collections.Generic

Update() public method

public Update ( GameTime gameTime, TeeEngine engine ) : void
gameTime Microsoft.Xna.Framework.GameTime
engine TeeEngine
return void