TryGet(Type, out IRenderPipelineGraphicsSettings)
Looks for a IRenderPipelineGraphicsSettings interface in this instance of the RenderPipelineGlobalSettings asset and returns true if it's found.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
TryGet(Type, IRenderPipelineGraphicsSettings)
protected bool TryGet(Type type, out IRenderPipelineGraphicsSettings settings)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the IRenderPipelineGraphicsSettings instance is found. |