C# Class HaloMap.RawData.mipmapDataChunk

The mipmap data chunk.
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
MS System.IO.MemoryStream
depth int
height int
offset int
size int
width int

Property Details

MS public_oe property

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

depth public_oe property

The depth.
public int depth
return int

height public_oe property

The height.
public int height
return int

offset public_oe property

The offset.
public int offset
return int

size public_oe property

The size.
public int size
return int

width public_oe property

The width.
public int width
return int