ChainedEffects

effects.ChainedEffects(self, steps)

Chains multiple effects sequentially, applying them one after the other.

Parameters

Name Type Description Default
steps List[BaseEffect] A list of effects to be applied sequentially. required