Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


pipelineType

Returns a RenderPipeline type associated with the given RenderPipelineAsset instance.
Read time 1 minuteLast updated 12 days ago

Definition

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.