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.