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 |
Chains multiple effects sequentially, applying them one after the other.
| Name | Type | Description | Default |
|---|---|---|---|
| steps | List[BaseEffect] | A list of effects to be applied sequentially. | required |