SceneInteractRerun¶
Qualified name: manim.scene.scene.SceneInteractRerun
- class SceneInteractRerun(sender, **kwargs)[source]¶
Bases:
objectObject which, when encountered in
Scene.interact(), triggers the rerun of the scene. This object can be queued inScene.queuefor later use inScene.interact().- Parameters:
sender (str)
kwargs (Any)
- sender¶
The name of the entity which issued the rerun of the scene, such as
"gui","keyboard","play"or"file".- Type:
str
- kwargs¶
Additional keyword arguments when rerunning the scene. Currently, only
"from_animation_number"is being used, which determines the animation from which to start rerunning the scene.- Type:
dict[str, Any]
Methods
Attributes