C# Class DodongosQuest.Creatures.WalkingCreatureDrawStrategy

Inheritance: IDrawStrategy
Afficher le fichier Open project: faintpixel/Roguelike

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime, ICreature creature, World world ) : void
WalkingCreatureDrawStrategy ( Microsoft.Xna.Framework.Graphics.Texture2D image ) : System

Method Details

Draw() public méthode

public Draw ( GameTime gameTime, ICreature creature, World world ) : void
gameTime Microsoft.Xna.Framework.GameTime
creature ICreature
world World
Résultat void

WalkingCreatureDrawStrategy() public méthode

public WalkingCreatureDrawStrategy ( Microsoft.Xna.Framework.Graphics.Texture2D image ) : System
image Microsoft.Xna.Framework.Graphics.Texture2D
Résultat System