SetWorkaround(string, State)
Sets the state of a specific driver workaround for this default filter.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.HardwareProfiles
- Assembly: UnityEditor.CoreModule
public virtual void SetWorkaround(string workaroundName, State state)
Parameters
Remarks
Use the workaround names from DefaultWorkarounds.DefinedWorkarounds and a State value to control how Unity applies the workaround on matching devices.
Additional Resources: State, DefaultWorkarounds.DefinedWorkarounds, Workaround hardware profile settings.