C# Class HaloMap.ChunkCloning.ChunkAdder.ChunkContainer

The chunk container.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
Chunks List
MS System.IO.MemoryStream
References List
mapoffset int
offset int
parent string
size int
translation int

Property Details

Chunks public_oe property

The chunks.
public List Chunks
return List

MS public_oe property

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

References public_oe property

The references.
public List References
return List

mapoffset public_oe property

The mapoffset.
public int mapoffset
return int

offset public_oe property

The offset.
public int offset
return int

parent public_oe property

The parent.
public string parent
return string

size public_oe property

The size.
public int size
return int

translation public_oe property

The translation.
public int translation
return int