C# Class AmaroK86.ImageFormat.DDSImage.MipMap

显示文件 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
height int
width int

Public Methods

Method Description
MipMap ( byte data, DDSFormat format, int w, int h ) : System

Method Details

MipMap() public method

public MipMap ( byte data, DDSFormat format, int w, int h ) : System
data byte
format DDSFormat
w int
h int
return System

Property Details

height public_oe property

public int height
return int

width public_oe property

public int width
return int