C# Class entity.Tools.MapLayout

The map layout.
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
chunks System.Collections.ArrayList
metas System.Collections.ArrayList

Public Methods

Method Description
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.

Method Details

FindByType() public method

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

FindByType() public method

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

FindLastByType() public method

public FindLastByType ( RawDataContainerType type ) : int
type RawDataContainerType
return int

ReadChunks() public method

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

SaveToXml() public method

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

SortChunksByOffset() public method

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

SortRawByOffset() public method

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

Property Details

chunks public_oe property

The chunks.
public ArrayList,System.Collections chunks
return System.Collections.ArrayList

metas public_oe property

The metas.
public ArrayList,System.Collections metas
return System.Collections.ArrayList