C# Class HaloMap.RawData.Model

The model.
Inheritance: RawDataContainer
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
IntermediatePointerOffset int

Méthodes publiques

Méthode Description
Model ( ) : System

Initializes a new instance of the Model class.

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

The read.

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

The read ce model raw.

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

The read h 1 model raw.

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

The read h 2 model raw.

Method Details

Model() public méthode

Initializes a new instance of the Model class.
public Model ( ) : System
Résultat System

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

ReadCEModelRaw() public méthode

The read ce model raw.
public ReadCEModelRaw ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
Résultat void

ReadH1ModelRaw() public méthode

The read h 1 model raw.
public ReadH1ModelRaw ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
Résultat void

ReadH2ModelRaw() public méthode

The read h 2 model raw.
public ReadH2ModelRaw ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
Résultat void

Property Details

IntermediatePointerOffset public_oe property

The intermediate pointer offset.
public int IntermediatePointerOffset
Résultat int