Kanzi 3.9.10
EffectStack2DMetadata Interface Reference

Metadata definitions for EffectStack2D. More...

Inheritance diagram for EffectStack2DMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.EffectStack2D")
 Metaclass for EffectStack2D.
 
DynamicPropertyType< EffectStack2DEnums.StackingModeStackingModeProperty
 Sets how to apply an effect in an Effect Stack 2D:
 
- Public Attributes inherited from NodeEffect2DMetadata
DynamicPropertyType< BooleanEnabledProperty
 Whether to apply this effect.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.NodeEffect2D")
 Metaclass for NodeEffect2D.
 
- Public Attributes inherited from ResourceMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Resource")
 Metaclass for Resource.
 

Detailed Description

Metadata definitions for EffectStack2D.

Member Data Documentation

◆ StackingModeProperty

Initial value:
=
new DynamicPropertyType<>(
"EffectStack2D.StackingMode", EffectStack2DEnums.StackingMode.class)

Sets how to apply an effect in an Effect Stack 2D:

  • Chained applies the effect to the result of the previous effect, to the combined result of a sequence of layered effects, or to the node content. The next effect uses as its input the result of this effect.
  • Layered applies the effect to the result of a previous chained effect or to the node content. A sequence of layered effects are combined on top of each other in layers.

This property has no impact on the Mask Effect 2D and Blur Effect 2D effects, which always use the Chained mode.