C# Class DodongosQuest.Creatures.WalkingCreatureDrawStrategy

Inheritance: IDrawStrategy
Mostra file Open project: faintpixel/Roguelike

Public Methods

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

Method Details

Draw() public method

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

WalkingCreatureDrawStrategy() public method

public WalkingCreatureDrawStrategy ( Microsoft.Xna.Framework.Graphics.Texture2D image ) : System
image Microsoft.Xna.Framework.Graphics.Texture2D
return System