C# 클래스 HaloMap.Map.FileNamesInfo

The file names info.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileNameStringsOffset int
FileNameStringsSize int
Length int[]
Name string[]
Offset int[]

공개 메소드들

메소드 설명
FileNamesInfo ( BinaryReader &BR, Map map ) : System.IO

Initializes a new instance of the FileNamesInfo class.

Halo2FileNamesInfo ( BinaryReader &BR, Map map ) : void

The halo 2 file names info.

HaloCEFileNamesInfo ( BinaryReader &BR, Map map ) : void

The halo ce file names info.

메소드 상세

FileNamesInfo() 공개 메소드

Initializes a new instance of the FileNamesInfo class.
public FileNamesInfo ( BinaryReader &BR, Map map ) : System.IO
BR System.IO.BinaryReader The BR.
map Map The map.
리턴 System.IO

Halo2FileNamesInfo() 공개 메소드

The halo 2 file names info.
public Halo2FileNamesInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
리턴 void

HaloCEFileNamesInfo() 공개 메소드

The halo ce file names info.
public HaloCEFileNamesInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
리턴 void

프로퍼티 상세

FileNameStringsOffset 공개적으로 프로퍼티

The file name strings offset.
public int FileNameStringsOffset
리턴 int

FileNameStringsSize 공개적으로 프로퍼티

The file name strings size.
public int FileNameStringsSize
리턴 int

Length 공개적으로 프로퍼티

The length.
public int[] Length
리턴 int[]

Name 공개적으로 프로퍼티

The name.
public string[] Name
리턴 string[]

Offset 공개적으로 프로퍼티

The offset.
public int[] Offset
리턴 int[]