GetRenderPipelineSettingsFromInterface<TSettingsInterfaceType>()
Get all settings for the currently active pipeline that implement TSettingsInterfaceType.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Rendering
- Assembly: UnityEditor.CoreModule
GetRenderPipelineSettingsFromInterface<T>()
public static TSettingsInterfaceType[] GetRenderPipelineSettingsFromInterface<TSettingsInterfaceType>() where TSettingsInterfaceType : class, IRenderPipelineGraphicsSettings
Returns
Type | Description |
|---|---|
| <TSettingsInterfaceType>[] | Returns an array of settings of type |