Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::interop::EffectStack2DEnums Struct Reference

#include <kanzi/interop/autogen/core.ui/effect/effect_stack2d_enums.hpp>

Public Types

enum  StackingMode { StackingMode::Chained, StackingMode::Layered }
 Defines the stacking modes you can apply to child effects. More...
 

Member Enumeration Documentation

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: