Version: 2023.2
protected bool TryGet (Type type, out Rendering.IRenderPipelineGraphicsSettings settings);

参数

type The type of the IRenderPipelineGraphicsSettings interface to search for.
setting A valid reference to the IRenderPipelineGraphicsSettings interface if it's found.

返回

bool True if the IRenderPipelineGraphicsSettings instance is found.

描述

Looks for a IRenderPipelineGraphicsSettings interface in this instance of the RenderPipelineGlobalSettings asset and returns true if it's found.