Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UpdateGraphicsSettings(RenderPipelineGlobalSettings, Type)

Updates the RenderPIpelineGlobalSettingsAsset if the given asset is not null or unregisters the asset.
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. Please use EditorGraphicsSettings.SetRenderPipelineGlobalSettingsAsset(renderPipelineType, newSettings). #from(23.2)
public static void UpdateGraphicsSettings(RenderPipelineGlobalSettings newSettings, Type renderPipelineType)

Parameters

The RenderPipelineGlobalSettings asset to Register or Unregister if it is null.

renderPipelineType

The typeof RenderPipeline.