Version: 2019.4

ImageEffectUsesCommandBuffer

class in UnityEngine

マニュアルに切り替える

説明

Use this attribute when image effects are implemented using Command Buffers.

When you use this attribute, Unity renders the Scene into a RenderTexture instead of the actual target. Please note that Camera.forceIntoRenderTexture may have the same effect, but only in some cases.