C# 클래스 HaloMap.Map.StringsInfo

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

공개 프로퍼티들

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

공개 메소드들

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

Initializes a new instance of the StringsInfo class.

메소드 상세

StringsInfo() 공개 메소드

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

프로퍼티 상세

Length 공개적으로 프로퍼티

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

Name 공개적으로 프로퍼티

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

Offset 공개적으로 프로퍼티

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