Version: 2019.4
LanguageEnglish
  • C#

VFXManager.ProcessCamera

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static void ProcessCamera(Camera cam);

Parameters

cam The Camera to prepare for processing VFX commands.

Description

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).