C# Class DodongosQuest.Screens.Gameplay.Inventory

Afficher le fichier Open project: faintpixel/Roguelike Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
IntersectsWith ( Vector2 position ) : bool
Inventory ( Vector2 position, List playerInventory ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

IntersectsWith() public méthode

public IntersectsWith ( Vector2 position ) : bool
position Vector2
Résultat bool

Inventory() public méthode

public Inventory ( Vector2 position, List playerInventory ) : System
position Vector2
playerInventory List
Résultat System

Update() public méthode

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