C# 클래스 XCom.RmpEntry

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

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
RmpEntry ( byte idx, byte data ) : System
RmpEntry ( byte idx, byte row, byte col, byte height ) : System
Save ( FileStream fs ) : void
ToString ( ) : string
this ( int i ) : Link

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RmpEntry() 공개 메소드

public RmpEntry ( byte idx, byte data ) : System
idx byte
data byte
리턴 System

RmpEntry() 공개 메소드

public RmpEntry ( byte idx, byte row, byte col, byte height ) : System
idx byte
row byte
col byte
height byte
리턴 System

Save() 공개 메소드

public Save ( FileStream fs ) : void
fs System.IO.FileStream
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int i ) : Link
i int
리턴 Link