C# Class entity.Tools.RawInfoChunk

The raw info chunk.
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
location MapTypes
offset uint
offsetOfPointer int
rawType RawDataType
size int

Property Details

location public_oe property

The location.
public MapTypes location
return MapTypes

offset public_oe property

The offset.
public uint offset
return uint

offsetOfPointer public_oe property

The offset of pointer.
public int offsetOfPointer
return int

rawType public_oe property

The raw type.
public RawDataType rawType
return RawDataType

size public_oe property

The size.
public int size
return int