Version: 2021.2
언어: 한국어

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.