SetShaderSettingsForPlatform(BuildTargetGroup, ShaderHardwareTier, PlatformShaderSettings)
Allows you to set the PlatformShaderSettings for the specified platform and shader hardware tier.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Rendering
- Assembly: UnityEditor.CoreModule
public static void SetShaderSettingsForPlatform(BuildTargetGroup target, ShaderHardwareTier tier, PlatformShaderSettings settings)
Parameters
Remarks
This method is deprecated. Please use EditorGraphicsSettings.SetTierSettings.