Version: 2023.2

EditorGraphicsSettings.SetRenderPipelineGlobalSettingsAsset

切换到手册
public static void SetRenderPipelineGlobalSettingsAsset (Type renderPipelineType, Rendering.RenderPipelineGlobalSettings newSettings);
public static void SetRenderPipelineGlobalSettingsAsset (Rendering.RenderPipelineGlobalSettings newSettings);

参数

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

描述

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