C# Class GameEngine.GameObjects.MapZone

Inheritance: Entity, ISizedEntity
Afficher le fichier Open project: MichaelAquilina/Some-2D-RPG Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
OnMapZoneHit ( Entity entity, TeeEngine engine, GameTime gameTime ) : void

Method Details

LoadContent() public méthode

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

MapZone() public méthode

public MapZone ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Update() public méthode

public Update ( GameTime gameTime, TeeEngine engine ) : void
gameTime Microsoft.Xna.Framework.GameTime
engine TeeEngine
Résultat void