C# Class HaloMap.RawData.RawDataContainer

The raw data container.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
containerType RawDataContainerType
rawChunks List

Méthodes publiques

Méthode Description
LoadRawFromFile ( string inputFilePath, Meta meta ) : RawDataContainer

The load raw from file.

Read ( int TagIndex, Map map, bool dontreadraw ) : void

The read.

SaveRawToFile ( string outputFilePath, Meta meta ) : void

The save raw to file.

Method Details

LoadRawFromFile() public méthode

The load raw from file.
public LoadRawFromFile ( string inputFilePath, Meta meta ) : RawDataContainer
inputFilePath string The input file path.
meta Meta The meta.
Résultat RawDataContainer

Read() public méthode

The read.
public Read ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
Résultat void

SaveRawToFile() public méthode

The save raw to file.
public SaveRawToFile ( string outputFilePath, Meta meta ) : void
outputFilePath string The output file path.
meta Meta The meta.
Résultat void

Property Details

containerType public_oe property

The container type.
public RawDataContainerType containerType
Résultat RawDataContainerType

rawChunks public_oe property

The raw chunks.
public List rawChunks
Résultat List