ImageEffectAfterScale

class in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

Any Image Effect with this attribute will be rendered after Dynamic Resolution stage.

If you wish your image effect to be applied after the Dynamic Resolution has scaled back up add this attribute. The effect will be rendered at full resolution, important for effects that are in some way dependant on the screen width and height being a certain size.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答