Version: 2022.3
언어: 한국어

QualitySettings.GetAllRenderPipelineAssetsForPlatform

매뉴얼로 전환
public static void GetAllRenderPipelineAssetsForPlatform (string buildTargetGroupName, ref List<RenderPipelineAsset> renderPipelineAssets);

파라미터

buildTargetGroupName The platform to obtain the Render Pipeline Assets.
renderPipelineAssets The list that will be filled with the unfiltered Render Pipeline Assets. There might be null Render Pipeline Assets.

설명

[Editor Only]Fills the given list with all the Render Pipeline Assets on any Quality Level for the given platform. Without filtering by Render Pipeline Asset type or null.