ForEach(Action<IRenderPipelineGraphicsSettings>)
Executes the given callback for each IRenderPipelineGraphicsSettings.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public static void ForEach(Action<IRenderPipelineGraphicsSettings> callback)
Parameters
The callback to be executed.