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.