C# 클래스 entity.Tools.MapLayout

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

공개 프로퍼티들

프로퍼티 타입 설명
chunks System.Collections.ArrayList
metas System.Collections.ArrayList

공개 메소드들

메소드 설명
FindByType ( RawDataContainerType type ) : int

The find by type.

FindByType ( RawDataContainerType type, int index ) : int

The find by type.

FindLastByType ( RawDataContainerType type ) : int
ReadChunks ( Map map ) : void

The read chunks.

SaveToXml ( string path, Map map ) : void

The save to xml.

SortChunksByOffset ( ) : void

The sort chunks by offset.

SortRawByOffset ( ) : void

The sort raw by offset.

메소드 상세

FindByType() 공개 메소드

The find by type.
public FindByType ( RawDataContainerType type ) : int
type RawDataContainerType The type.
리턴 int

FindByType() 공개 메소드

The find by type.
public FindByType ( RawDataContainerType type, int index ) : int
type RawDataContainerType The type.
index int The index.
리턴 int

FindLastByType() 공개 메소드

public FindLastByType ( RawDataContainerType type ) : int
type RawDataContainerType
리턴 int

ReadChunks() 공개 메소드

The read chunks.
public ReadChunks ( Map map ) : void
map HaloMap.Map.Map The map.
리턴 void

SaveToXml() 공개 메소드

The save to xml.
public SaveToXml ( string path, Map map ) : void
path string The path.
map HaloMap.Map.Map The map.
리턴 void

SortChunksByOffset() 공개 메소드

The sort chunks by offset.
public SortChunksByOffset ( ) : void
리턴 void

SortRawByOffset() 공개 메소드

The sort raw by offset.
public SortRawByOffset ( ) : void
리턴 void

프로퍼티 상세

chunks 공개적으로 프로퍼티

The chunks.
public ArrayList,System.Collections chunks
리턴 System.Collections.ArrayList

metas 공개적으로 프로퍼티

The metas.
public ArrayList,System.Collections metas
리턴 System.Collections.ArrayList