pipelineType
Returns a RenderPipeline type associated with the given RenderPipelineAsset instance.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public override sealed Type pipelineType { get; }
Remarks
The result is based on the generic parameter type of RenderPipelineAsset<TRenderPipeline>.