C# Class HaloMap.RawData.RawDataChunk

The raw data chunk.
Mostrar archivo 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_oe property

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

offset public_oe property

The offset.
public int offset
return int

pointerMetaOffset public_oe property

The pointer meta offset.
public int pointerMetaOffset
return int

rawDataType public_oe property

The raw data type.
public RawDataType rawDataType
return RawDataType

rawLocation public_oe property

The raw location.
public MapTypes rawLocation
return MapTypes

shadernumber public_oe property

The shadernumber.
public int shadernumber
return int

size public_oe property

The size.
public int size
return int