C# 클래스 XCom.Type7File

상속: IUnitFile
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( Bitmap b, int x, int y, int frame, Direction dir ) : void
Draw ( Graphics g, int x, int y, int frame, Direction dir ) : void
DrawFast ( Surface target, int x, int y, int width, int height, int frame, Direction dir ) : void
DrawIndexes ( Direction dir, WeaponDescriptor weapon ) : int[]
DrawIndexes ( Direction dir, WeaponDescriptor weapon, int frame ) : int[]
Type7File ( Type7Descriptor desc ) : System
Type7File ( Type7Descriptor desc, int start, int frames ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( Bitmap b, int x, int y, int frame, Direction dir ) : void
b Bitmap
x int
y int
frame int
dir Direction
리턴 void

Draw() 공개 메소드

public Draw ( Graphics g, int x, int y, int frame, Direction dir ) : void
g Graphics
x int
y int
frame int
dir Direction
리턴 void

DrawFast() 공개 메소드

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

DrawIndexes() 공개 메소드

public DrawIndexes ( Direction dir, WeaponDescriptor weapon ) : int[]
dir Direction
weapon WeaponDescriptor
리턴 int[]

DrawIndexes() 공개 메소드

public DrawIndexes ( Direction dir, WeaponDescriptor weapon, int frame ) : int[]
dir Direction
weapon WeaponDescriptor
frame int
리턴 int[]

Type7File() 공개 메소드

public Type7File ( Type7Descriptor desc ) : System
desc Type7Descriptor
리턴 System

Type7File() 공개 메소드

public Type7File ( Type7Descriptor desc, int start, int frames ) : System
desc Type7Descriptor
start int
frames int
리턴 System