C# Class HaloMap.Map.UnicodeTableReader

The unicode table reader.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
ut UnicodeTable[]

Méthodes publiques

Méthode Description
UnicodeTableReader ( string File, int MatgOffset ) : System.IO

Initializes a new instance of the UnicodeTableReader class.

Private Methods

Méthode Description
GetOffsetsAndSizes ( bool scan ) : void

The get offsets and sizes.

Method Details

UnicodeTableReader() public méthode

Initializes a new instance of the UnicodeTableReader class.
public UnicodeTableReader ( string File, int MatgOffset ) : System.IO
File string The file.
MatgOffset int The matg offset.
Résultat System.IO

Property Details

ut public_oe property

The ut.
public UnicodeTable[] ut
Résultat UnicodeTable[]