TryGetRenderPipelineSettings<T>(out T)
Gets a IRenderPipelineGraphicsSettings from the GraphicsSettings and returns if the setting is found.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
TryGetRenderPipelineSettings<T>(T)
public static bool TryGetRenderPipelineSettings<T>(out T settings) where T : class, IRenderPipelineGraphicsSettings
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the IRenderPipelineGraphicsSettings is currently available and registered for the given pipeline. |