Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the number of mip levels requested.
Definition
Visual Basic Public Property MipLevels As Integer C# public int MipLevels { get; set; } C++ public:
property int MipLevels {
int get();
void set(int value);
}JScript public function get MipLevels() : int
public function set MipLevels(int);
Property Value
System.Int32
Integer that represents the number of mip levels.This property is read/write.
Remarks
If this value is 0, a complete mipmap chain is created. If the value is 1, the texture space is mapped identically to the screen space.