C# Class entity.Tools.MapLayout

The map layout.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
chunks System.Collections.ArrayList
metas System.Collections.ArrayList

Méthodes publiques

Méthode 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 méthode

The find by type.
public FindByType ( RawDataContainerType type ) : int
type RawDataContainerType The type.
Résultat int

FindByType() public méthode

The find by type.
public FindByType ( RawDataContainerType type, int index ) : int
type RawDataContainerType The type.
index int The index.
Résultat int

FindLastByType() public méthode

public FindLastByType ( RawDataContainerType type ) : int
type RawDataContainerType
Résultat int

ReadChunks() public méthode

The read chunks.
public ReadChunks ( Map map ) : void
map HaloMap.Map.Map The map.
Résultat void

SaveToXml() public méthode

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

SortChunksByOffset() public méthode

The sort chunks by offset.
public SortChunksByOffset ( ) : void
Résultat void

SortRawByOffset() public méthode

The sort raw by offset.
public SortRawByOffset ( ) : void
Résultat void

Property Details

chunks public_oe property

The chunks.
public ArrayList,System.Collections chunks
Résultat System.Collections.ArrayList

metas public_oe property

The metas.
public ArrayList,System.Collections metas
Résultat System.Collections.ArrayList