C# Class HaloMap.RawData.RawDataChunk

The raw data chunk.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
MS System.IO.MemoryStream
offset int
pointerMetaOffset int
rawDataType RawDataType
rawLocation MapTypes
shadernumber int
size int

Property Details

MS public property

The ms.
public MemoryStream,System.IO MS
return System.IO.MemoryStream

offset public property

The offset.
public int offset
return int

pointerMetaOffset public property

The pointer meta offset.
public int pointerMetaOffset
return int

rawDataType public property

The raw data type.
public RawDataType rawDataType
return RawDataType

rawLocation public property

The raw location.
public MapTypes rawLocation
return MapTypes

shadernumber public property

The shadernumber.
public int shadernumber
return int

size public property

The size.
public int size
return int