Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ImageEffectUsesCommandBuffer

class in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

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.