EditorGraphicsSettings.SetRenderPipelineGlobalSettingsAsset

Declaration

public static void SetRenderPipelineGlobalSettingsAsset(Type renderPipelineType, Rendering.RenderPipelineGlobalSettings newSettings);

Declaration

public static void SetRenderPipelineGlobalSettingsAsset(Rendering.RenderPipelineGlobalSettings newSettings);

Parameters

renderPipelineType A valid RenderPipeline type.
newSettings A valid instance of the RenderPipelineGlobalSettings asset to create the association or null to remove the association.

Description

The method sets the association between the given RenderPipeline asset and the RenderPipelineGlobalSettings asset.


Did you find this page useful? Please give it a rating: