Version: 2023.1
言語: 日本語

CommandBuffer.InvokeOnRenderObjectCallbacks

マニュアルに切り替える
public void InvokeOnRenderObjectCallbacks ();

説明

Schedules an invocation of the OnRenderObject callback for MonoBehaviour scripts.

This method triggers MonoBehaviour.OnRenderObject. Call this function to issue the OnRenderObject callback from your render pipeline. You should typically call this function after the Camera renders the Scene but before adding post-processing. This command is essentially the same to ScriptableRenderContext.InvokeOnRenderObjectCallback.