VFXManager.IsCameraBufferNeeded

Cambiar al Manual
public static VFX.VFXCameraBufferTypes IsCameraBufferNeeded (Camera cam);

Parámetros

camThe Camera for which to query needed buffers.

Valor de retorno

VFXCameraBufferTypes A list of all needed buffer flags.

Descripción

Queries which buffers the VFX Manager needs for the given Camera.

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