Effect Stack
The EffectStackLayer allows you to nest or stack entire prebuilt Lumen effect profiles as a single layer, enabling advanced composition. This is useful for reusing complex effects or combining multiple effects into one.
Common Uses:
Combining multiple effects for a boss attack or spell
Reusing a signature effect across different objects
Creating layered, modular visual effects
Variables
profile
LumenEffectProfile
Reference to another Lumen effect profile to stack.
Inherits all transform, color, repeat, and variation options from LumenEffectLayer.
Example:
Use EffectStackLayer to combine a glow, rays, and a flare from different profiles into one effect.
Stack a reusable “magic aura” profile on top of a unique effect for each character.
Notes:
Avoid recursive references (a profile stacking itself).
All layers and settings from the stacked profile are rendered as part of this layer.
Last updated