C# 클래스 XCom.Type6Unit

상속: 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
Type6Unit ( Type6File 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

Type6Unit() 공개 메소드

public Type6Unit ( Type6File file, Palette p ) : System
file Type6File
p Palette
리턴 System