C# Class DodongosQuest.Creatures.FlyingCreatureDrawStrategy

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

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime, ICreature creature, World world ) : void
FlyingCreatureDrawStrategy ( 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

FlyingCreatureDrawStrategy() public méthode

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