Version: 2023.2

GraphicsSettings.TryGetRenderPipelineSettings

切换到手册
public static bool TryGetRenderPipelineSettings (out T settings);

参数

setting The found IRenderPipelineGraphicsSettings. Null if not found.

返回

bool True if the IRenderPipelineGraphicsSettings is currently available and registered for the given pipeline.

描述

Gets a IRenderPipelineGraphicsSettings from the GraphicsSettings and returns if the setting is found.