C# Class entity.Tools.RawInfoChunk

The raw info chunk.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
location MapTypes
offset uint
offsetOfPointer int
rawType RawDataType
size int

Property Details

location public_oe property

The location.
public MapTypes location
Résultat MapTypes

offset public_oe property

The offset.
public uint offset
Résultat uint

offsetOfPointer public_oe property

The offset of pointer.
public int offsetOfPointer
Résultat int

rawType public_oe property

The raw type.
public RawDataType rawType
Résultat RawDataType

size public_oe property

The size.
public int size
Résultat int