Version: 2020.2
언어: 한국어

ScriptableRenderContext.InvokeOnRenderObjectCallback

매뉴얼로 전환
public void InvokeOnRenderObjectCallback ();

설명

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.