This version of Unity is unsupported.

ImageEffectAllowedInSceneView

class in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

Any Image Effect with this attribute can be rendered into the Scene view camera.

If you wish your image effect to be applied to the Scene view camera add this attribute. The effect will be applied in the same position, and with the same values as those from the camera the effect is on.