SceneInteractContinue¶
Qualified name: manim.scene.scene.SceneInteractContinue
- class SceneInteractContinue(sender)[source]¶
Bases:
objectObject which, when encountered in
Scene.interact(), triggers the end of the scene interaction, continuing with the rest of the animations, if any. This object can be queued inScene.queuefor later use inScene.interact().- Parameters:
sender (str)
- sender¶
The name of the entity which issued the end of the scene interaction, such as
"gui"or"keyboard".- Type:
str
Methods
Attributes