# TryGet(Type, out IRenderPipelineGraphicsSettings)

> Looks for a IRenderPipelineGraphicsSettings interface in this instance of the RenderPipelineGlobalSettings asset and returns true if it's found.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Rendering](/engine/6000.5/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

## TryGet(Type, IRenderPipelineGraphicsSettings)

```csharp
protected bool TryGet(Type type, out IRenderPipelineGraphicsSettings settings)
```

### Parameters

**** (\[Type]\(https\://learn.microsoft.com/dotnet/api/system.type)): The type of the [IRenderPipelineGraphicsSettings](/engine/6000.5/script-reference/unityengine/rendering/irenderpipelinegraphicssettings.md) interface to search for.**** (\[IRenderPipelineGraphicsSettings]\(/engine/6000.5/script-reference/unityengine/rendering/irenderpipelinegraphicssettings)):&#x20;

### Returns

| Type                                                          | Description                                                                                                                                                |
| ------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | True if the [IRenderPipelineGraphicsSettings](/engine/6000.5/script-reference/unityengine/rendering/irenderpipelinegraphicssettings.md) instance is found. |
