C# 클래스 XCom.HumanSoldier1

상속: IUnit
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

공개 메소드들

메소드 설명
Die ( ) : void
Draw ( Bitmap g, int x, int y ) : void
Draw ( Graphics g, int x, int y ) : void
DrawFast ( Surface target, int x, int y, int width, int height ) : void
DrawFrames ( ) : int[]
HumanSoldier1 ( Type4File file, Palette p ) : System

메소드 상세

Die() 공개 메소드

public Die ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( Bitmap g, int x, int y ) : void
g System.Drawing.Bitmap
x int
y int
리턴 void

Draw() 공개 메소드

public Draw ( Graphics g, int x, int y ) : void
g System.Drawing.Graphics
x int
y int
리턴 void

DrawFast() 공개 메소드

public DrawFast ( Surface target, int x, int y, int width, int height ) : void
target Surface
x int
y int
width int
height int
리턴 void

DrawFrames() 공개 메소드

public DrawFrames ( ) : int[]
리턴 int[]

HumanSoldier1() 공개 메소드

public HumanSoldier1 ( Type4File file, Palette p ) : System
file Type4File
p Palette
리턴 System