C# Class DodongosQuest.Creatures.FlyingCreatureDrawStrategy

Inheritance: IDrawStrategy
Exibir arquivo Open project: faintpixel/Roguelike

Public Methods

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

FlyingCreatureDrawStrategy() public method

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