# Remove(IRenderPipelineGraphicsSettings)

> Removes a IRenderPipelineGraphicsSettings interface from this instance of the RenderPipelineGlobalSettings asset.

## Definition

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

```csharp
protected bool Remove(IRenderPipelineGraphicsSettings settings)
```

### Parameters

**** (\[IRenderPipelineGraphicsSettings]\(/engine/6000.6/script-reference/unityengine/rendering/irenderpipelinegraphicssettings)):&#x20;

### Returns

| Type                                                          | Description                                        |
| ------------------------------------------------------------- | -------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | Returns false if the element could not be removed. |
