C# Class DodongosQuest.Screens.Gameplay.SideBar

显示文件 Open project: faintpixel/Roguelike Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
IntersectsWith ( Vector2 position ) : bool
SideBar ( Vector2 position, PlayerCharacter &player ) : 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

SideBar() public method

public SideBar ( Vector2 position, PlayerCharacter &player ) : System
position Vector2
player DodongosQuest.Creatures.Player.PlayerCharacter
return System

Update() public method

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