ImageEffectUsesCommandBuffer

class in UnityEngine

Cambiar al Manual

Descripción

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.