Version: 2019.4
public static VFX.VFXCameraBufferTypes IsCameraBufferNeeded (Camera cam);

パラメーター

camThe Camera for which to query needed buffers.

戻り値

VFXCameraBufferTypes A list of all needed buffer flags.

説明

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.