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 virtual Type pipelineType { get; }
Remarks
The result is based on the generic parameter type of RenderPipelineAsset<TRenderPipeline>. If a custom Render Pipeline Asset does not inherit from the RenderPipelineAsset<TRenderPipeline> generic class, this method returns null by default.