Class MipMapDebugSettings
Mîp map debug Settings.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[Serializable]
public class MipMapDebugSettings
Fields
debugMipMapMode
Mip maps debug mode.
Declaration
public DebugMipMapMode debugMipMapMode
Field Value
Type | Description |
---|---|
DebugMipMapMode |
terrainTexture
Terrain texture mip map debug mode.
Declaration
public DebugMipMapModeTerrainTexture terrainTexture
Field Value
Type | Description |
---|---|
DebugMipMapModeTerrainTexture |
Methods
IsDebugDisplayEnabled()
Returns true if any mip map debug is enabled.
Declaration
public bool IsDebugDisplayEnabled()
Returns
Type | Description |
---|---|
Boolean | True if any mip map debug is enabled. |