This version of Unity is unsupported.

RenderPipelineManager

class in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

Render Pipeline manager.

Static Properties

currentPipelineReturns the instance of the current RenderPipeline.

Events

beginCameraRenderingDelegate that you can use to invoke custom code before Unity renders an individual Camera.
beginContextRenderingDelegate that you can use to invoke custom code at the start of RenderPipeline.Render.
beginFrameRenderingDelegate that you can use to invoke custom code at the start of RenderPipeline.Render.
endCameraRenderingDelegate that you can use to invoke custom code after Unity renders an individual Camera.
endContextRenderingDelegate that you can use to invoke custom code at the end of RenderPipeline.Render.
endFrameRenderingDelegate that you can use to invoke custom code at the end of RenderPipeline.Render.