ChainedEffects
self, steps) effects.ChainedEffects(
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 |