Group#
Qualified name: manim.mobject.mobject.Group
- class Group(*mobjects, **kwargs)[source]#
Bases:
MobjectGroups 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
animateUsed to animate the application of any method of
self.animation_overridesdepthThe depth of the mobject.
heightThe height of the mobject.
widthThe width of the mobject.