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.