C# Class entity.Tools.RawInfoChunk

The raw info chunk.
Show file 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 property

The location.
public MapTypes location
return MapTypes

offset public property

The offset.
public uint offset
return uint

offsetOfPointer public property

The offset of pointer.
public int offsetOfPointer
return int

rawType public property

The raw type.
public RawDataType rawType
return RawDataType

size public property

The size.
public int size
return int