VFXManager.IsCameraBufferNeeded

매뉴얼로 전환
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.