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.