Version: 2023.1
언어: 한국어

Camera.OnPostRender()

매뉴얼로 전환

설명

Event function that Unity calls after a Camera renders the scene.

In the Built-in Render Pipeline, Unity calls OnPostRender on MonoBehaviours that are attached to the same GameObject as an enabled Camera component, just after that Camera renders the scene. For a full description and code example, see MonoBehaviour.OnPostRender.

For similar functionality that does not require the script to be on the same GameObject as a Camera component, see Camera.onPostRender.

If you're using a Scriptable Render Pipeline, for example the Universal Render Pipeline, use RenderPipelineManager instead.