C# 클래스 HaloMap.Map.UnicodeTableReader

The unicode table reader.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ut UnicodeTable[]

공개 메소드들

메소드 설명
UnicodeTableReader ( string File, int MatgOffset ) : System.IO

Initializes a new instance of the UnicodeTableReader class.

비공개 메소드들

메소드 설명
GetOffsetsAndSizes ( bool scan ) : void

The get offsets and sizes.

메소드 상세

UnicodeTableReader() 공개 메소드

Initializes a new instance of the UnicodeTableReader class.
public UnicodeTableReader ( string File, int MatgOffset ) : System.IO
File string The file.
MatgOffset int The matg offset.
리턴 System.IO

프로퍼티 상세

ut 공개적으로 프로퍼티

The ut.
public UnicodeTable[] ut
리턴 UnicodeTable[]