RenderPipelineManager

class in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

Render Pipeline manager.

Static Properties

currentPipelineReturns the instance of the currently used Render Pipeline.

Events

beginCameraRenderingCall that should be issued by an SRP when the SRP begins to render a Camera so that other systems can inject per camera render logic.
beginFrameRenderingCall that should be issued by an SRP when the SRP begins to render so that other systems can inject 'pre render' logic.
endCameraRenderingCall that should be issued by an SRP after the SRP ends to render a Camera so that other systems can inject per camera render logic.
endFrameRenderingCall that should be issued by an SRP when the SRP ends to render so that other systems can inject 'post render' logic.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答