Version: 2021.2
言語: 日本語
public static void ProcessCameraCommand (Camera cam, Rendering.CommandBuffer cmd);
public static void ProcessCameraCommand (Camera cam, Rendering.CommandBuffer cmd, VFX.VFXCameraXRSettings camXRSettings);

パラメーター

cam The Camera to process the VFX commands for.
cmd The CommandBuffer to push commands to (can be null).
camXRSettings The XR settings that the Visual Effect Graph uses to process the Camera commands.

説明

Use this method to process per-Camera VFX commands for the current frame.

The current Scriptable Render Pipeline implementation is 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 Scriptable Render Pipeline.

See Also: VFXManager.PrepareCamera.