Interface IDebugDisplaySettings
Interface for storing the debug settings
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface IDebugDisplaySettings
Methods
ForEach(Action<IDebugDisplaySettingsData>)
Executes an action for each element
Declaration
void ForEach(Action<IDebugDisplaySettingsData> onExecute)
Parameters
Type | Name | Description |
---|---|---|
Action<IDebugDisplaySettingsData> | onExecute |
Reset()
Reset the stored debug settings
Declaration
void Reset()