TryGetFirstRenderPipelineSettingsFromInterface<TSettingsInterfaceType>(out TSettingsInterfaceType)
Get the first settings for the currently active pipeline that implements TSettingsInterfaceType.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Rendering
- Assembly: UnityEditor.CoreModule
TryGetFirstRenderPipelineSettingsFromInterface<T>(T)
public static bool TryGetFirstRenderPipelineSettingsFromInterface<TSettingsInterfaceType>(out TSettingsInterfaceType settings) where TSettingsInterfaceType : class, IRenderPipelineGraphicsSettings
Parameters
Returns
Type | Description |
|---|---|
| bool | True if a setting implementing |