C# Class DodongosQuest.Screens.Gameplay.SideBar

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

Méthodes publiques

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

SideBar() public méthode

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

Update() public méthode

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