SetTierSettings
Set the TierSettings for a given build target and graphics tier.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Rendering
- Assembly: UnityEditor
SetTierSettings(BuildTargetGroup, GraphicsTier, TierSettings)
Set the TierSettings for a given build target and graphics tier.
public static void SetTierSettings(BuildTargetGroup target, GraphicsTier tier, TierSettings settings)
Parameters
Remarks
Note: Graphics tiers and tier settings are only supported in the Built-in Render Pipeline.
If you change the TierSettings for the active build target, Unity reloads the shaders so you can see the results immediately.
SetTierSettings(NamedBuildTarget, GraphicsTier, TierSettings)
Set the TierSettings for a given build target and graphics tier.
public static void SetTierSettings(NamedBuildTarget target, GraphicsTier tier, TierSettings settings)
Parameters
Remarks
Note: Graphics tiers and tier settings are only supported in the Built-in Render Pipeline.
If you change the TierSettings for the active build target, Unity reloads the shaders so you can see the results immediately.