C# Class DodongosQuest.Screens.Gameplay.Inventory

ファイルを表示 Open project: faintpixel/Roguelike Class Usage Examples

Public Methods

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

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

IntersectsWith() public method

public IntersectsWith ( Vector2 position ) : bool
position Vector2
return bool

Inventory() public method

public Inventory ( Vector2 position, List playerInventory ) : System
position Vector2
playerInventory List
return System

Update() public method

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