C# Class HaloMap.RawData.ParsedModel.RawDataMetaChunk.RawDataOffsetChunk

The raw data offset chunk.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
ChunkCount int
ChunkSize int
Offset int
Size int

Property Details

ChunkCount public_oe property

The chunk count.
public int ChunkCount
return int

ChunkSize public_oe property

The chunk size.
public int ChunkSize
return int

Offset public_oe property

The offset.
public int Offset
return int

Size public_oe property

The size.
public int Size
return int