MipmapMode Type
Determines whether a texture has mipmaps, and whether they are handled manually or automatically.
Union cases
| Union case | Description |
Full Usage:
MipmapAuto
|
|
Full Usage:
MipmapManual MipmapCount
Parameters:
int
|
|
Full Usage:
MipmapNone
|
Instance members
| Instance member | Description |
Full Usage:
this.IsMipmapAuto
Returns: bool
|
|
Full Usage:
this.IsMipmapManual
Returns: bool
|
|
Full Usage:
this.IsMipmapNone
Returns: bool
|
|
Nu