InvokeOnRenderObjectCallback()
Schedules an invocation of the OnRenderObject callback for MonoBehaviour scripts.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public void InvokeOnRenderObjectCallback()
Remarks
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.