MArrayElementComp#

Qualified name: manim\_data\_structures.m\_enum.MArrayElementComp

class manim_data_structures.m_enum.MArrayElementComp(value)#

Bases: Enum

Refers to the individual component manim.Mobject of MArrayElement.

Inherited Attributes

BODY = 0#

Body manim.Square

INDEX = 2#

Index manim.Text

LABEL = 3#

Label manim.Text

VALUE = 1#

Value manim.Text