z-agent / papers-context /agent_workspace /manim_docs /reference /manim.mobject.mobject.Group.md
ProgramerSalar's picture
fix: track binary files with Git LFS
dc00adb
|
Raw
History Blame Contribute Delete
1.22 kB

A newer version of the Gradio SDK is available: 6.20.0

Upgrade

Group

Qualified name: manim.mobject.mobject.Group

class Group(*mobjects, **kwargs)

Bases: Mobject

Groups together multiple Mobjects.

Notes

When adding the same mobject more than once, repetitions are ignored. Use Mobject.copy() to create a separate copy which can then be added to the group.

Methods

Attributes

animate Used to animate the application of any method of self.
animation_overrides
depth The depth of the mobject.
height The height of the mobject.
width The width of the mobject.

_original__init__(*mobjects, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

  • Return type: None