ForEach
Executes the given Action for each tier on the QualitySettings.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
ForEach(Action)
Executes the given Action for each tier on the QualitySettings.
public static void ForEach(Action callback)
Parameters
The callback to execute for each level.
ForEach(Action<int, string>)
Executes the given Action for each tier on the QualitySettings.
public static void ForEach(Action<int, string> callback)
Parameters
The callback to execute for each level.