public static void ProcessCamera (Camera cam);

Parámetros

camThe Camera to prepare for processing VFX commands.

Descripción

Use this method to prepare and process per-Camera VFX commands for this frame.

Scriptable Render Pipelines (SRP) are responsible for calling this function. The High Definition and Universal Render Pipelines implement this call but you must do it manually if you create your own SRP. This function is equivalent to VFXManager.PrepareCamera(cam) followed by VFXManager.ProcessCameraCommand(cam, null).