Mobject2D¶
Qualified name: manim.mobject.types.point\_cloud\_mobject.Mobject2D
- class Mobject2D(density=25, **kwargs)[source]¶
Bases:
PMobjectMethods
Attributes
alwaysCall a method on a mobject every frame.
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.
- Parameters:
density (int)
kwargs (Any)
- _original__init__(density=25, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
density (int)
kwargs (Any)
- Return type:
None