# pipelineType

> Returns a RenderPipeline type associated with the given RenderPipelineAsset instance.

## Definition

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

```csharp
public override sealed Type pipelineType { get; }
```

### Remarks

The result is based on the generic parameter type of [RenderPipelineAsset\<TRenderPipeline>](/engine/6000.6/script-reference/unityengine/rendering/renderpipelineasset1.md).
