Class MipMapDebugSettings
Mîp map debug Settings.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
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 |
---|---|
bool | True if any mip map debug is enabled. |