EffectStack2DEnums
¶
Defines the stacking modes you can apply to child effects.
Chained¶ | Child effect uses as its input the result of a previous effect, the combined result of a sequence of layered effects, or the node content. The next effect uses as its input the result of this effect. |
Layered¶ | Child effect uses as its input either the result of a previous chained effect or the node content. A sequence of layered effects are combined on top of each other in layers. |