Version: 2021.2
言語: 日本語
public static VFX.VFXCameraBufferTypes IsCameraBufferNeeded (Camera cam);

パラメーター

cam The 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.