C# 클래스 CastleEscape.Enemy

상속: IBattleCharacter
파일 보기 프로젝트 열기: Daminvar/CastleEscape 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Enemy
DrawForBattle ( SpriteBatch spriteBatch, int x, int y ) : void
Enemy ( Microsoft.Xna.Framework.Graphics.Texture2D tx ) : System
HealthAfterCombat ( IBattleCharacter player ) : int
IsDead ( ) : bool
ToString ( ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Enemy
리턴 Enemy

DrawForBattle() 공개 메소드

public DrawForBattle ( SpriteBatch spriteBatch, int x, int y ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
x int
y int
리턴 void

Enemy() 공개 메소드

public Enemy ( Microsoft.Xna.Framework.Graphics.Texture2D tx ) : System
tx Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System

HealthAfterCombat() 공개 메소드

public HealthAfterCombat ( IBattleCharacter player ) : int
player IBattleCharacter
리턴 int

IsDead() 공개 메소드

public IsDead ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string