Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsCameraBufferNeeded(Camera)

Queries which buffers the VFX Manager needs for the given Camera.
Read time 1 minuteLast updated 7 days ago

Definition

public static VFXCameraBufferTypes IsCameraBufferNeeded(Camera cam)

Parameters

The Camera for which to query needed buffers.

Returns

Type

Description

VFXCameraBufferTypesA list of all needed buffer flags.

Remarks

Use this call to make your custom SRP support screen space effects in VFX Graph.