GetSettingsImplementingInterface<TSettingsInterfaceType>(out List<TSettingsInterfaceType>)
Get all settings for the currently active pipeline that implement TSettingsInterfaceType.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
GetSettingsImplementingInterface<T>(List<T>)
protected bool GetSettingsImplementingInterface<TSettingsInterfaceType>(out List<TSettingsInterfaceType> settings) where TSettingsInterfaceType : class, IRenderPipelineGraphicsSettings
Parameters
A list of settings of type . If none were found, the list is empty.
TSettingsInterfaceTypeReturns
Type | Description |
|---|---|
| bool | Returns true if any settings of type |