Version: 2021.1
LanguageEnglish
  • C#

RenderPipelineManager.beginFrameRendering

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Delegate that you can use to invoke custom code at the start of RenderPipeline.Render.

This delegate is replaced by RenderPipelineManager.beginContextRendering. It is supported and documented for backwards compatibility only.

When Unity calls RenderPipeline.BeginFrameRendering, it executes the methods in this delegate's invocation list. If you are writing a custom Scriptable Render Pipeline, you can call this method at the start of RenderPipeline.Render.

Using this delegate causes heap allocations. Using RenderPipeline.BeginContextRendering and the RenderPipelineManager.beginContextRendering delegate provide the same functionality, but without unnecessary heap allocations. You should use them instead.

See Also: RenderPipeline.BeginFrameRendering, RenderPipeline.EndFrameRendering, RenderPipelineManager.endFrameRendering

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961