C# 클래스 DodongosQuest.Creatures.FlyingCreatureDrawStrategy

상속: IDrawStrategy
파일 보기 프로젝트 열기: faintpixel/Roguelike

공개 메소드들

메소드 설명
Draw ( GameTime gameTime, ICreature creature, World world ) : void
FlyingCreatureDrawStrategy ( Microsoft.Xna.Framework.Graphics.Texture2D image ) : System

메소드 상세

Draw() 공개 메소드

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

FlyingCreatureDrawStrategy() 공개 메소드

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