Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

EditorGraphicsSettings.TryGetFirstRenderPipelineSettingsFromInterface

Declaration

public static bool TryGetFirstRenderPipelineSettingsFromInterface(out TSettingsInterfaceType settings);

Parameters

settings The settings object of type TSettingsInterfaceType if found, or null.

Returns

bool True if a setting implementing TSettingsInterfaceType was found, false otherwise.

Description

Get the first settings for the currently active pipeline that implements TSettingsInterfaceType .