Class DebugDisplaySettings
Inheritance
DebugDisplaySettings
Syntax
public class DebugDisplaySettings : IDebugData
Constructors
DebugDisplaySettings()
Declaration
public DebugDisplaySettings()
Properties
data
Declaration
public DebugDisplaySettings.DebugData data { get; }
Property Value
renderingFullScreenDebugStrings
Declaration
public static GUIContent[] renderingFullScreenDebugStrings { get; }
Property Value
Type |
Description |
GUIContent[] |
|
renderingFullScreenDebugValues
Declaration
public static int[] renderingFullScreenDebugValues { get; }
Property Value
Methods
DebugNeedsExposure()
Declaration
public bool DebugNeedsExposure()
Returns
GetDebugColorPickerMode()
Declaration
public ColorPickerDebugMode GetDebugColorPickerMode()
Returns
GetDebugLightFilterMode()
Declaration
public DebugLightFilterMode GetDebugLightFilterMode()
Returns
GetDebugLightingMode()
Declaration
public DebugLightingMode GetDebugLightingMode()
Returns
GetDebugMaterialIndexes()
Declaration
public float[] GetDebugMaterialIndexes()
Returns
GetDebugMipMapMode()
Declaration
public DebugMipMapMode GetDebugMipMapMode()
Returns
GetDebugMipMapModeTerrainTexture()
Declaration
public DebugMipMapModeTerrainTexture GetDebugMipMapModeTerrainTexture()
Returns
GetDebugShadowMapMode()
Declaration
public ShadowMapDebugMode GetDebugShadowMapMode()
Returns
GetFrozenCameraName()
Declaration
public string GetFrozenCameraName()
Returns
IsCameraFreezeEnabled()
Declaration
public bool IsCameraFreezeEnabled()
Returns
IsDebugDisplayEnabled()
Declaration
public bool IsDebugDisplayEnabled()
Returns
IsDebugDisplayRemovePostprocess()
Declaration
public bool IsDebugDisplayRemovePostprocess()
Returns
IsDebugFullScreenEnabled()
Declaration
public bool IsDebugFullScreenEnabled()
Returns
IsDebugMaterialDisplayEnabled()
Declaration
public bool IsDebugMaterialDisplayEnabled()
Returns
IsDebugMipMapDisplayEnabled()
Declaration
public bool IsDebugMipMapDisplayEnabled()
Returns
IsMatcapViewEnabled(HDCamera)
Declaration
public bool IsMatcapViewEnabled(HDCamera camera)
Parameters
Returns
IsMaterialValidationEnabled()
Declaration
public bool IsMaterialValidationEnabled()
Returns
RegisterDebug()
Declaration
public void RegisterDebug()
RegisterDecalsDebug()
Declaration
public void RegisterDecalsDebug()
RegisterLightingDebug()
Declaration
public void RegisterLightingDebug()
RegisterMaterialDebug()
Declaration
public void RegisterMaterialDebug()
RegisterRenderingDebug()
Declaration
public void RegisterRenderingDebug()
SetDebugLightFilterMode(DebugLightFilterMode)
Declaration
public void SetDebugLightFilterMode(DebugLightFilterMode value)
Parameters
SetDebugLightingMode(DebugLightingMode)
Declaration
public void SetDebugLightingMode(DebugLightingMode value)
Parameters
SetDebugViewCommonMaterialProperty(MaterialSharedProperty)
Declaration
public void SetDebugViewCommonMaterialProperty(MaterialSharedProperty value)
Parameters
SetDebugViewEngine(Int32)
Declaration
public void SetDebugViewEngine(int value)
Parameters
Type |
Name |
Description |
Int32 |
value |
|
SetDebugViewGBuffer(Int32)
Declaration
public void SetDebugViewGBuffer(int value)
Parameters
Type |
Name |
Description |
Int32 |
value |
|
SetDebugViewMaterial(Int32)
Declaration
public void SetDebugViewMaterial(int value)
Parameters
Type |
Name |
Description |
Int32 |
value |
|
SetDebugViewProperties(DebugViewProperties)
Declaration
public void SetDebugViewProperties(DebugViewProperties value)
Parameters
SetDebugViewVarying(DebugViewVarying)
Declaration
public void SetDebugViewVarying(DebugViewVarying value)
Parameters
SetFullScreenDebugMode(FullScreenDebugMode)
Declaration
public void SetFullScreenDebugMode(FullScreenDebugMode value)
Parameters
SetMipMapMode(DebugMipMapMode)
Declaration
public void SetMipMapMode(DebugMipMapMode value)
Parameters
SetShadowDebugMode(ShadowMapDebugMode)
Declaration
public void SetShadowDebugMode(ShadowMapDebugMode value)
Parameters
UnregisterDebug()
Declaration
public void UnregisterDebug()
UpdateCameraFreezeOptions()
Declaration
public void UpdateCameraFreezeOptions()
UpdateMaterials()
Declaration
public void UpdateMaterials()