#include <kanzi/interop/autogen/core.ui/effect/effect_stack2d_enums.hpp>
Defines the stacking modes you can apply to child effects.
Enumerator |
---|
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.
|
The documentation for this struct was generated from the following file: