C# Class Some2DRPG.GameObjects.Misc.Chest

Inheritance: CollidableEntity
Afficher le fichier Open project: MichaelAquilina/Some-2D-RPG

Méthodes publiques

Méthode Description
Chest ( ) : System
Chest ( float x, float y ) : System
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
Update ( GameTime gameTime, GameEngine.TeeEngine engine ) : void

Private Methods

Méthode Description
Construct ( float x, float y ) : void

Method Details

Chest() public méthode

public Chest ( ) : System
Résultat System

Chest() public méthode

public Chest ( float x, float y ) : System
x float
y float
Résultat System

LoadContent() public méthode

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

Update() public méthode

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