Struct MipMapSettings
Specifies if and how mipmaps have to be generated for the textures.
Inherited Members
Namespace: UnityEditor .Importer.USD
Assembly: Unity.Importer.USD.Editor.dll
Syntax
[Serializable]
public struct MipMapSettings
Fields
alphaCutoff
The reference value that controls the mipmap coverage during the alpha test.
Declaration
public float alphaCutoff
Field Value
Type | Description |
---|---|
float |
See Also
border
Indicates whether to stop colors bleeding out to the edge of the lower MIP levels.
Declaration
public bool border
Field Value
Type | Description |
---|---|
bool |
See Also
enableStreaming
Indicates whether to use Mipmap Streaming for this texture.
Declaration
public bool enableStreaming
Field Value
Type | Description |
---|---|
bool |
See Also
enabled
Indicates whether to generate mipmaps for this texture.
Declaration
public bool enabled
Field Value
Type | Description |
---|---|
bool |
See Also
fadeDistanceEnd
Mip level where texture is faded out to gray completely.
Declaration
public int fadeDistanceEnd
Field Value
Type | Description |
---|---|
int |
See Also
fadeDistanceStart
Mip level where texture begins to fade out to gray.
Declaration
public int fadeDistanceStart
Field Value
Type | Description |
---|---|
int |
See Also
fadeOut
Indicates whether mipmaps should fade to gray as the mip levels progress.
Declaration
public bool fadeOut
Field Value
Type | Description |
---|---|
bool |
See Also
ignoreMipMapLimit
Enable this option to use all mips, regardless of the Mipmap Limit settings in the Quality menu.
Declaration
public bool ignoreMipMapLimit
Field Value
Type | Description |
---|---|
bool |
See Also
mode
Specifies the method Unity uses to filter mipmaps and optimize image quality.
Declaration
public TextureImporterMipFilter mode
Field Value
Type | Description |
---|---|
Texture |
See Also
preserveCoverage
Indicates whether the alpha channel in generated mipmaps preserves coverage during the alpha text.
Declaration
public bool preserveCoverage
Field Value
Type | Description |
---|---|
bool |
See Also
streamingPriority
The priority of the textures in the Mipmap Streaming system.
Declaration
public int streamingPriority
Field Value
Type | Description |
---|---|
int |