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

EditorGraphicsSettings.GetRenderPipelineSettingsFromInterface

Declaration

public static TSettingsInterfaceType[] GetRenderPipelineSettingsFromInterface();

Returns

TSettingsInterfaceType[] Returns an array of settings of type TSettingsInterfaceType. If none were found, the array is empty.

Description

Get all settings for the currently active pipeline that implement TSettingsInterfaceType .