Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetRenderPipelineSettingsFromInterface<TSettingsInterfaceType>()

Get all settings for the currently active pipeline that implement TSettingsInterfaceType.
Read time 1 minuteLast updated 9 days ago

Definition

GetRenderPipelineSettingsFromInterface<T>()

public static TSettingsInterfaceType[] GetRenderPipelineSettingsFromInterface<TSettingsInterfaceType>() where TSettingsInterfaceType : class, IRenderPipelineGraphicsSettings

Returns

Type

Description

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